mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-15 00:22:49 +00:00
refactor global-setup.js
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
const helpers = require("./global-setup");
|
||||
let app = null;
|
||||
|
||||
describe("Check configuration without modules", function () {
|
||||
beforeAll(function (done) {
|
||||
app = helpers.startApplication("tests/configs/without_modules.js");
|
||||
helpers.startApplication("tests/configs/without_modules.js");
|
||||
helpers.getDocument(done, 1000);
|
||||
});
|
||||
afterAll(function () {
|
||||
helpers.stopApplication(app);
|
||||
helpers.stopApplication();
|
||||
});
|
||||
|
||||
it("Show the message MagicMirror title", function () {
|
||||
|
Reference in New Issue
Block a user