mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Fix conflict with test function newsfeed
This commit is contained in:
parent
961301fbec
commit
e08bc01c33
@ -14,8 +14,10 @@ describe("Functions into modules/default/calendar/calendar.js", function() {
|
|||||||
Module.definitions[name] = moduleDefinition;
|
Module.definitions[name] = moduleDefinition;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
before(function() {
|
||||||
// load calendar.js
|
// load calendar.js
|
||||||
require("../../../modules/default/calendar/calendar.js");
|
require("../../../modules/default/calendar/calendar.js");
|
||||||
|
});
|
||||||
|
|
||||||
describe("capFirst", function() {
|
describe("capFirst", function() {
|
||||||
words = {
|
words = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user