You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was discovered while digging into this: nodejs/node#20432
Effectively, I am trying to debug one test, but I need NODE_EXTRA_CA_CERTS to be set before Jest executes. This variable cannot be set at runtime.
Currently, the workaround is to go to my Node Debug console in VSCode and set the variable there. Then I can debug each individual test. I notice that when I click "Debug", what is outputted a command line is generated. I simply want to prepend a "before run" hook to where I can set an ENV before Jest executes.
The text was updated successfully, but these errors were encountered:
This issue was discovered while digging into this: nodejs/node#20432
Effectively, I am trying to debug one test, but I need
NODE_EXTRA_CA_CERTS
to be set before Jest executes. This variable cannot be set at runtime.Currently, the workaround is to go to my Node Debug console in VSCode and set the variable there. Then I can debug each individual test. I notice that when I click "Debug", what is outputted a command line is generated. I simply want to prepend a "before run" hook to where I can set an ENV before Jest executes.
The text was updated successfully, but these errors were encountered: