test: bump jest to 26.2 - per-test progress, slow thresholds (#3314)

This commit is contained in:
Pavel Feldman 2020-08-05 14:17:17 -07:00 committed by GitHub
parent aa2ec09e97
commit 4956054a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 383 additions and 415 deletions

View File

@ -23,5 +23,6 @@ module.exports = /** @type {import('@jest/types').Config.InitialOptions} */ ({
reporters: [
'default',
'./jest/reporter'
]
],
slowTestThreshold: 30
});

791
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -73,8 +73,8 @@
"eslint-plugin-notice": "^0.9.10",
"esprima": "^4.0.0",
"formidable": "^1.2.1",
"jest": "^26.1.0",
"jest-circus": "^26.1.0",
"jest": "^26.2.2",
"jest-circus": "^26.2.2",
"jest-image-snapshot": "^4.0.2",
"ncp": "^2.0.0",
"node-stream-zip": "^1.8.2",