mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Fix grunt errors
This commit is contained in:
parent
7dbfa0b203
commit
36ead2251a
@ -2,17 +2,18 @@ var fs = require("fs");
|
|||||||
var path = require("path");
|
var path = require("path");
|
||||||
var chai = require("chai");
|
var chai = require("chai");
|
||||||
var expect = chai.expect;
|
var expect = chai.expect;
|
||||||
var appMM = require("../../js/app.js")
|
|
||||||
|
|
||||||
describe("Test global.root_path, set in js/app.js", function() {
|
describe("Test global.root_path, set in js/app.js", function() {
|
||||||
|
var appMM = require("../../js/app.js")
|
||||||
|
|
||||||
var expectedSubPaths = [
|
var expectedSubPaths = [
|
||||||
'modules',
|
"modules",
|
||||||
'serveronly',
|
"serveronly",
|
||||||
'js',
|
"js",
|
||||||
'js/app.js',
|
"js/app.js",
|
||||||
'js/main.js',
|
"js/main.js",
|
||||||
'js/electron.js',
|
"js/electron.js",
|
||||||
'config'
|
"config"
|
||||||
];
|
];
|
||||||
|
|
||||||
expectedSubPaths.forEach(subpath => {
|
expectedSubPaths.forEach(subpath => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user