remove env.js

This commit is contained in:
Karsten Hassel
2021-07-05 18:27:14 +02:00
parent 7cfc3458ec
commit 2881d19d43
4 changed files with 3 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ describe("Electron app environment", function () {
beforeAll(function () {
// Set config sample for use in test
process.env.MM_CONFIG_FILE = "tests/configs/env.js";
process.env.MM_CONFIG_FILE = "tests/configs/default.js";
});
beforeEach(function () {