mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
update without_modules.js and env_spec.js
This commit is contained in:
@@ -4,7 +4,7 @@ let app = null;
|
||||
|
||||
describe("Vendors", function () {
|
||||
beforeAll(function () {
|
||||
app = helpers.startApplication("tests/configs/env.js");
|
||||
app = helpers.startApplication("tests/configs/default.js");
|
||||
});
|
||||
afterAll(function () {
|
||||
helpers.stopApplication(app);
|
||||
|
Reference in New Issue
Block a user