Check method

This commit is contained in:
Michael Teeuw
2020-01-23 19:52:07 +01:00
committed by GitHub
parent 95dedf0d80
commit 13ebe6d0e1

View File

@@ -10,13 +10,12 @@ 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() {
before(function() {
// See issue: https://github.com/MichMich/MagicMirror/issues/1840 // See issue: https://github.com/MichMich/MagicMirror/issues/1840
// Skipping the weather tests for now since these seem to give issues. // Skipping the weather tests for now since these seem to give issues.
// Please send a PR if you know how to fix these. Thanks! // Please send a PR if you know how to fix these. Thanks!
this.skip();
});
describe.skip("Weather module", function() {
let app; let app;