Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/test/package.json

23 lines
640 B
JSON
Raw Normal View History

{
2021-03-16 22:43:29 +01:00
"license": "MIT",
2021-02-04 00:52:17 +01:00
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
"devDependencies": {
"@types/jest": "^26.0.20",
2021-02-04 00:52:06 +01:00
"@types/jsdom": "^16.2.6",
"@types/node-fetch": "^2.5.8",
"@types/supertest": "^2.0.10",
"jest": "^26.6.3",
2021-02-04 00:52:06 +01:00
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
2021-01-28 00:04:37 +01:00
"playwright": "^1.8.0",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4"
2021-03-30 19:30:38 +02:00
},
"dependencies": {
"jest-playwright-preset": "^1.5.1",
"playwright-chromium": "^1.10.0",
"playwright-firefox": "^1.10.0",
"playwright-webkit": "^1.10.0"
}
}