Archived
1
0

feat: add jsdom for browser-ish tests

This commit is contained in:
Joe Previte
2021-02-03 16:52:06 -07:00
parent 3cebfcd447
commit 323339d15a
2 changed files with 21 additions and 1 deletions

View File

@ -1,11 +1,12 @@
{
"#": "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",
"@types/jsdom": "^16.2.6",
"@types/node-fetch": "^2.5.8",
"@types/supertest": "^2.0.10",
"jest": "^26.6.3",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
"playwright": "^1.8.0",
"supertest": "^6.1.1",