mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Move weatherforecast mock data in better suited directory
This commit is contained in:
parent
b04a0a6b61
commit
fb8bd657de
@ -1,7 +1,7 @@
|
||||
/* eslint no-multi-spaces: 0 */
|
||||
const expect = require("chai").expect;
|
||||
const moment = require("moment-timezone");
|
||||
const data = require("../functions/weatherforecast_data.json");
|
||||
const data = require("../../configs/data/weatherforecast_data.json");
|
||||
|
||||
describe("Functions module weatherforecast", function () {
|
||||
before(function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user