mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge branch 'develop' into patch-2
This commit is contained in:
commit
8e7369f0b5
@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Add test default modules present modules/default/defaultmodules.js.
|
||||
- Add unit test calendar_modules function capFirst.
|
||||
- Add support for showing wind direction as an arrow instead of abbreviation in currentWeather module.
|
||||
- Add test for check if exits the directories present in defaults modules.
|
||||
|
||||
|
||||
### Updated
|
||||
- Added missing keys to Polish translation.
|
||||
|
@ -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