2021-01-20 23:37:49 +00:00
|
|
|
{
|
2021-01-21 23:39:04 +00:00
|
|
|
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up",
|
|
|
|
"#": "the types and generates conflicts with mocha.",
|
2021-01-20 23:37:49 +00: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",
|
|
|
|
"supertest": "^6.1.1",
|
2021-01-21 23:39:04 +00:00
|
|
|
"ts-jest": "^26.4.4"
|
2021-01-20 23:37:49 +00:00
|
|
|
}
|
|
|
|
}
|