mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
testing wait alternatives
This commit is contained in:
@@ -3,7 +3,7 @@ const helpers = require("./global-setup");
|
||||
describe("Check configuration without modules", function () {
|
||||
beforeAll(function (done) {
|
||||
helpers.startApplication("tests/configs/without_modules.js");
|
||||
helpers.getDocument(done, 1000);
|
||||
helpers.getDocument(done);
|
||||
});
|
||||
afterAll(function () {
|
||||
helpers.stopApplication();
|
||||
|
Reference in New Issue
Block a user