fix: make Mocha Explorer working on Windows

This commit is contained in:
Baptiste Augrain
2021-08-31 15:53:43 +02:00
parent ab900017db
commit 7cda0017aa
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
NODE_PATH=./out
+1 -3
View File
@@ -1,7 +1,5 @@
{
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.quoteStyle": "single",
"mochaExplorer.env": {
"NODE_PATH": "./out"
}
"mochaExplorer.envPath": ".env.test"
}