mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
remove env.js
This commit is contained in:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user