diff --git a/tests/unit/functions/weatherforecast_data.json b/tests/configs/data/weatherforecast_data.json similarity index 100% rename from tests/unit/functions/weatherforecast_data.json rename to tests/configs/data/weatherforecast_data.json diff --git a/tests/unit/functions/weatherforecast_spec.js b/tests/unit/functions/weatherforecast_spec.js index 42bd20d4..634bb488 100644 --- a/tests/unit/functions/weatherforecast_spec.js +++ b/tests/unit/functions/weatherforecast_spec.js @@ -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 () {