factory again

This commit is contained in:
Karsten Hassel
2021-07-05 19:57:04 +02:00
parent 209e049893
commit 9aa0af4f9c
46 changed files with 77 additions and 142 deletions

View File

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