Skip to content

Commit 0800a8b

Browse files
authored
test(ai): do not run browser tests when debugging node tests (#9363)
1 parent c47bd71 commit 0800a8b

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
@@ -17,7 +17,7 @@
1717
"src/index.node.ts",
1818
"--timeout",
1919
"5000",
20-
"src/**/*.test.ts"
20+
"'src/**/!(*-browser)*.test.ts"
2121
],
2222
"env": {
2323
"TS_NODE_COMPILER_OPTIONS": "{\"module\":\"commonjs\"}"

0 commit comments

Comments
 (0)