diff --git a/.env.test b/.mocha.env similarity index 100% rename from .env.test rename to .mocha.env diff --git a/.vscode/settings.json b/.vscode/settings.json index 7720b1ee..9fa94d5f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "typescript.preferences.importModuleSpecifier": "non-relative", "typescript.preferences.quoteStyle": "single", - "mochaExplorer.envPath": ".env.test" + "mochaExplorer.envPath": ".mocha.env" }