We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a3883 commit 0a090bfCopy full SHA for 0a090bf
test/package.json
@@ -2,18 +2,15 @@
2
"license": "MIT",
3
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
4
"devDependencies": {
5
+ "@playwright/test": "^0.1101.0",
6
"@types/jest": "^26.0.20",
7
"@types/jsdom": "^16.2.6",
8
"@types/node-fetch": "^2.5.8",
9
"@types/supertest": "^2.0.10",
10
"jest": "^26.6.3",
- "jest-playwright-preset": "^1.5.1",
11
"jsdom": "^16.4.0",
12
"node-fetch": "^2.6.1",
13
"playwright": "^1.8.0",
14
- "playwright-chromium": "^1.10.0",
15
- "playwright-firefox": "^1.10.0",
16
- "playwright-webkit": "^1.10.0",
17
"supertest": "^6.1.1",
18
"ts-jest": "^26.4.4"
19
}
0 commit comments