Skip to content

Commit e69ebf7

Browse files
committed
Update Playwright
I think maybe because of the dropped es2020 patch that Webkit is now failing because it is too old.
1 parent cf141c3 commit e69ebf7

File tree

2 files changed

+40
-460
lines changed

2 files changed

+40
-460
lines changed

test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
44
"devDependencies": {
55
"@jest-mock/express": "^1.4.5",
6-
"@playwright/test": "^1.16.3",
6+
"@playwright/test": "^1.46.0",
77
"@types/jest": "^27.0.2",
88
"@types/jsdom": "^16.2.13",
99
"@types/node-fetch": "^2.5.8",
@@ -15,7 +15,7 @@
1515
"jest-fetch-mock": "^3.0.3",
1616
"jsdom": "^16.4.0",
1717
"node-fetch": "^2.6.7",
18-
"playwright": "^1.16.3",
18+
"playwright": "^1.46.0",
1919
"supertest": "^6.1.6",
2020
"ts-jest": "^27.0.7",
2121
"wtfnode": "^0.9.1"

0 commit comments

Comments
 (0)