Remove port and add NODE_ENV to VSCode debug config

This commit is contained in:
Tom Ratcliffe
2024-04-23 11:26:56 +01:00
committed by Tom Ratcliffe
parent 467d4231f1
commit 37a86872db
+3 -1
View File
@@ -53,7 +53,9 @@
"runtimeArgs": ["run", "jest", "--runInBand", "${file}"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"port": 9229
"env": {
"NODE_ENV": "test"
}
},
{
"name": "Debug Go test",