diff --git a/.vscode/launch.json b/.vscode/launch.json index 1f627304b61..8f132cbe5c6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,7 +17,7 @@ "src/index.node.ts", "--timeout", "5000", - "src/**/*.test.ts" + "'src/**/!(*-browser)*.test.ts" ], "env": { "TS_NODE_COMPILER_OPTIONS": "{\"module\":\"commonjs\"}"