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 c47bd71 commit 0800a8bCopy full SHA for 0800a8b
.vscode/launch.json
@@ -17,7 +17,7 @@
17
"src/index.node.ts",
18
"--timeout",
19
"5000",
20
- "src/**/*.test.ts"
+ "'src/**/!(*-browser)*.test.ts"
21
],
22
"env": {
23
"TS_NODE_COMPILER_OPTIONS": "{\"module\":\"commonjs\"}"
0 commit comments