code-server/test/package.json

16 lines
374 B
JSON
Raw Normal View History

{
"#": "the types and generates conflicts with mocha.",
"devDependencies": {
"@types/jest": "^26.0.20",
2021-02-03 23:52:06 +00:00
"@types/jsdom": "^16.2.6",
"@types/node-fetch": "^2.5.8",
"@types/supertest": "^2.0.10",
"jest": "^26.6.3",
2021-02-03 23:52:06 +00:00
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
2021-01-27 23:04:37 +00:00
"playwright": "^1.8.0",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4"
}
}