mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-05 15:17:49 +00:00
Test for default module directories
This commit is contained in:
parent
5d7cfc1c10
commit
0c884c2669
@ -57,4 +57,10 @@ describe("Default modules set in modules/default/defaultmodules.js", function()
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
expectedDefaultModules.forEach(defaultModule => {
|
||||||
|
it(`contains a folder for modules/default/${defaultModule}"`, function() {
|
||||||
|
expect(fs.existsSync(path.join(this.sandbox.global.root_path, "modules/default", defaultModule))).to.equal(true);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user