Skip to content

Commit 7cda001

Browse files
committed
fix: make Mocha Explorer working on Windows
1 parent ab90001 commit 7cda001

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NODE_PATH=./out

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"typescript.preferences.importModuleSpecifier": "non-relative",
33
"typescript.preferences.quoteStyle": "single",
4-
"mochaExplorer.env": {
5-
"NODE_PATH": "./out"
6-
}
4+
"mochaExplorer.envPath": ".env.test"
75
}

0 commit comments

Comments
 (0)