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

@@ -10,7 +10,7 @@ describe("Vendors", function () {
let app = null;
beforeAll(function () {
process.env.MM_CONFIG_FILE = "tests/configs/env.js";
process.env.MM_CONFIG_FILE = "tests/configs/default.js";
return helpers
.startApplication({
args: ["js/electron.js"]