mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
fix logger.js, move jsdom in startApplication
This commit is contained in:
@@ -3,8 +3,7 @@ let app = null;
|
||||
|
||||
describe("Display of modules", function () {
|
||||
beforeAll(function (done) {
|
||||
app = helpers.startApplication("tests/configs/modules/display.js");
|
||||
helpers.getDocument("http://localhost:8080", done);
|
||||
app = helpers.startApplication("tests/configs/modules/display.js", null, done);
|
||||
});
|
||||
afterAll(function () {
|
||||
helpers.stopApplication(app);
|
||||
|
Reference in New Issue
Block a user