mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
snapshot e2e
This commit is contained in:
@@ -25,7 +25,7 @@ describe("Test helloworld module", function () {
|
||||
});
|
||||
|
||||
describe("helloworld set config text", function () {
|
||||
before(function () {
|
||||
beforeAll(function () {
|
||||
// Set config sample for use in test
|
||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/helloworld/helloworld.js";
|
||||
});
|
||||
@@ -37,7 +37,7 @@ describe("Test helloworld module", function () {
|
||||
});
|
||||
|
||||
describe("helloworld default config text", function () {
|
||||
before(function () {
|
||||
beforeAll(function () {
|
||||
// Set config sample for use in test
|
||||
process.env.MM_CONFIG_FILE = "tests/configs/modules/helloworld/helloworld_default.js";
|
||||
});
|
||||
|
Reference in New Issue
Block a user