test: bump jest to 26.2 - per-test progress, slow thresholds (#3314)
This commit is contained in:
parent
aa2ec09e97
commit
4956054a0f
|
|
@ -23,5 +23,6 @@ module.exports = /** @type {import('@jest/types').Config.InitialOptions} */ ({
|
||||||
reporters: [
|
reporters: [
|
||||||
'default',
|
'default',
|
||||||
'./jest/reporter'
|
'./jest/reporter'
|
||||||
]
|
],
|
||||||
|
slowTestThreshold: 30
|
||||||
});
|
});
|
||||||
|
|
|
||||||
791
package-lock.json
generated
791
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -73,8 +73,8 @@
|
||||||
"eslint-plugin-notice": "^0.9.10",
|
"eslint-plugin-notice": "^0.9.10",
|
||||||
"esprima": "^4.0.0",
|
"esprima": "^4.0.0",
|
||||||
"formidable": "^1.2.1",
|
"formidable": "^1.2.1",
|
||||||
"jest": "^26.1.0",
|
"jest": "^26.2.2",
|
||||||
"jest-circus": "^26.1.0",
|
"jest-circus": "^26.2.2",
|
||||||
"jest-image-snapshot": "^4.0.2",
|
"jest-image-snapshot": "^4.0.2",
|
||||||
"ncp": "^2.0.0",
|
"ncp": "^2.0.0",
|
||||||
"node-stream-zip": "^1.8.2",
|
"node-stream-zip": "^1.8.2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue