We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c69be7 commit 200ef48Copy full SHA for 200ef48
.vscode/launch.json
@@ -9,7 +9,7 @@
9
"request": "launch",
10
"name": "Launch Tests",
11
"runtimeExecutable": "npm",
12
- "runtimeArgs": ["test", "--", "tests/integration/tools/atlas/clusters.test.ts"],
+ "runtimeArgs": ["test"],
13
"cwd": "${workspaceFolder}",
14
"envFile": "${workspaceFolder}/.env"
15
},
0 commit comments