2021-01-21 07:37:49 +08:00
|
|
|
{
|
2021-01-22 07:39:04 +08:00
|
|
|
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up",
|
|
|
|
"#": "the types and generates conflicts with mocha.",
|
2021-01-21 07:37:49 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/jest": "^26.0.20",
|
|
|
|
"@types/node-fetch": "^2.5.8",
|
|
|
|
"@types/supertest": "^2.0.10",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"node-fetch": "^2.6.1",
|
2021-01-28 07:04:37 +08:00
|
|
|
"playwright": "^1.8.0",
|
2021-01-21 07:37:49 +08:00
|
|
|
"supertest": "^6.1.1",
|
2021-01-22 07:39:04 +08:00
|
|
|
"ts-jest": "^26.4.4"
|
2021-01-21 07:37:49 +08:00
|
|
|
}
|
|
|
|
}
|