move mocks to separate directory for better overview

This commit is contained in:
Felix Wiedenbach
2019-09-13 13:53:15 +02:00
parent b469fc7577
commit 8d85d1aa2d
4 changed files with 159 additions and 54 deletions

View File

@@ -0,0 +1,4 @@
const generateWeather = require("./weather_current");
const generateWeatherForecast = require("./weather_forecast");
module.exports = {generateWeather, generateWeatherForecast};