test: roll test runner to 0.3.25 (#3965)

This commit is contained in:
Pavel Feldman 2020-09-23 23:30:05 -07:00 committed by GitHub
parent 6d5ab534d9
commit e15ac44ead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1187,9 +1187,9 @@
}
},
"@playwright/test-runner": {
"version": "0.3.20",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.3.20.tgz",
"integrity": "sha512-G3gd5ELp2MesOq7xoFbhinnFARi5YyNiFdB3hnazAP3EjYpZUrzZBP7/BLLur6jzwiNmomq1NbEBn4SHiXUDiQ==",
"version": "0.3.25",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.3.25.tgz",
"integrity": "sha512-IzGYbbxjjICC7lrMbNYtJB7R3NBMgz3n2c3i0ZNkaetG35FsYhmIpxzuMM4jPVFNeD+apSAyeTcSgRK9kKyLng==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",

View file

@ -49,7 +49,7 @@
"ws": "^7.3.1"
},
"devDependencies": {
"@playwright/test-runner": "^0.3.20",
"@playwright/test-runner": "^0.3.25",
"@types/debug": "^4.1.5",
"@types/extract-zip": "^1.6.2",
"@types/mime": "^2.0.3",