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 ab90001 commit 7cda001Copy full SHA for 7cda001
.env.test
@@ -0,0 +1 @@
1
+NODE_PATH=./out
.vscode/settings.json
@@ -1,7 +1,5 @@
{
2
"typescript.preferences.importModuleSpecifier": "non-relative",
3
"typescript.preferences.quoteStyle": "single",
4
- "mochaExplorer.env": {
5
- "NODE_PATH": "./out"
6
- }
+ "mochaExplorer.envPath": ".env.test"
7
}
0 commit comments