Files
MagicMirror/tests/e2e/modules/mocks/index.js

5 lines
179 B
JavaScript
Raw Normal View History

const generateWeather = require("./weather_current");
const generateWeatherForecast = require("./weather_forecast");
module.exports = {generateWeather, generateWeatherForecast};