diff --git a/.vscode/launch.json b/.vscode/launch.json index 99a3f849ca9..869d998655d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -53,7 +53,9 @@ "runtimeArgs": ["run", "jest", "--runInBand", "${file}"], "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", - "port": 9229 + "env": { + "NODE_ENV": "test" + } }, { "name": "Debug Go test",