Move weatherforecast mock data in better suited directory

This commit is contained in:
rejas 2021-04-21 08:49:06 +02:00
parent b04a0a6b61
commit fb8bd657de
2 changed files with 1 additions and 1 deletions

View File

@ -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 () {