Re-enable weather tests.

This commit is contained in:
Michael Teeuw
2020-01-01 19:03:32 +01:00
parent d2b30b4f9c
commit 29f3ac065f

View File

@@ -11,13 +11,6 @@ const {generateWeather, generateWeatherForecast} = require("./mocks");
const wait = () => new Promise(res => setTimeout(res, 3000)); const wait = () => new Promise(res => setTimeout(res, 3000));
describe("Weather module", function() { describe("Weather module", function() {
before(function() {
// See issue: https://github.com/MichMich/MagicMirror/issues/1840
// Skipping the weather tests for now since these seem to give issues.
// Please send a PR if you know how to fix these. Thanks!
this.skip();
});
let app; let app;
helpers.setupTimeout(this); helpers.setupTimeout(this);