mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
increase testTimeout, minor changes tests e2e
This commit is contained in:
parent
4576754de2
commit
1acbef5bfa
3 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ _This release is scheduled to be released on 2022-01-01._
|
||||||
|
|
||||||
- Fixed wrong file `kr.json` to `ko.json`. Use language code 'ko' instead of 'kr' for Korean language.
|
- Fixed wrong file `kr.json` to `ko.json`. Use language code 'ko' instead of 'kr' for Korean language.
|
||||||
- Fixed `feels_like` data from openweathermaps current weather being ignored (#2678).
|
- Fixed `feels_like` data from openweathermaps current weather being ignored (#2678).
|
||||||
|
- Fixed e2e tests by increasing testTimeout.
|
||||||
|
|
||||||
## [2.17.1] - 2021-10-01
|
## [2.17.1] - 2021-10-01
|
||||||
|
|
||||||
|
|
|
@ -94,6 +94,7 @@
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"verbose": true,
|
"verbose": true,
|
||||||
|
"testTimeout": 10000,
|
||||||
"projects": [
|
"projects": [
|
||||||
{
|
{
|
||||||
"displayName": "unit",
|
"displayName": "unit",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
const fetch = require("node-fetch");
|
const fetch = require("node-fetch");
|
||||||
const helpers = require("./global-setup");
|
const helpers = require("./global-setup");
|
||||||
|
|
||||||
describe("Electron app environment", function () {
|
describe("App environment", function () {
|
||||||
beforeAll(function (done) {
|
beforeAll(function (done) {
|
||||||
helpers.startApplication("tests/configs/default.js");
|
helpers.startApplication("tests/configs/default.js");
|
||||||
helpers.getDocument(done);
|
helpers.getDocument(done);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue