Skip to content
Snippets Groups Projects
Commit 656cb0f7 authored by IKEDA Sho's avatar IKEDA Sho Committed by Rhys Arkins
Browse files

test: Use relativeFile over fileBasenameNoExtension in vscode launch configuration (#4411)

test: Use relativeFile over fileBasenameNoExtension in vscode launch configuration
parent 5b29c76f
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
"args": [ "args": [
"--runInBand", "--runInBand",
"--collectCoverage=false", "--collectCoverage=false",
"${fileBasenameNoExtension}" "--runTestsByPath",
"${relativeFile}"
], ],
"env": { "NODE_ENV": "test", "LOG_LEVEL": "debug" }, "env": { "NODE_ENV": "test", "LOG_LEVEL": "debug" },
"console": "integratedTerminal", "console": "integratedTerminal",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment