Skip to content

Commit 200ef48

Browse files
committed
fix
1 parent 7c69be7 commit 200ef48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"request": "launch",
1010
"name": "Launch Tests",
1111
"runtimeExecutable": "npm",
12-
"runtimeArgs": ["test", "--", "tests/integration/tools/atlas/clusters.test.ts"],
12+
"runtimeArgs": ["test"],
1313
"cwd": "${workspaceFolder}",
1414
"envFile": "${workspaceFolder}/.env"
1515
},

0 commit comments

Comments
 (0)