diff --git a/.vscode/launch.json b/.vscode/launch.json index c72c3d30887e38f7276bf24c7790bfd4e42dadac..6957fbd70e5e1861f22a9b6d1c1b97243f9caebf 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,7 +22,8 @@ "args": [ "--runInBand", "--collectCoverage=false", - "${fileBasenameNoExtension}" + "--runTestsByPath", + "${relativeFile}" ], "env": { "NODE_ENV": "test", "LOG_LEVEL": "debug" }, "console": "integratedTerminal",