mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
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: [
|
||||
'default',
|
||||
'./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",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user