remove env setting

Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
This commit is contained in:
Aramis Sennyey
2023-11-21 12:41:04 -05:00
parent 5df6ead45a
commit 5c3b782d46
+1 -5
View File
@@ -589,15 +589,11 @@ For your productivity working with unit tests it's quite essential to have your
A complete launch configuration for VS Code debugging may look like this:
```json
```jsonc
{
"type": "node",
"name": "vscode-jest-tests.v2",
"request": "launch",
"env": {
// Needed to disable watch by default mode.
"ENV": "CI"
},
"args": [
"repo",
"test",