mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Check method
This commit is contained in:
@@ -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() {
|
// See issue: https://github.com/MichMich/MagicMirror/issues/1840
|
||||||
before(function() {
|
// Skipping the weather tests for now since these seem to give issues.
|
||||||
// See issue: https://github.com/MichMich/MagicMirror/issues/1840
|
// Please send a PR if you know how to fix these. Thanks!
|
||||||
// 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();
|
describe.skip("Weather module", function() {
|
||||||
});
|
|
||||||
|
|
||||||
let app;
|
let app;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user