Archived
1
0

refactor: check for editor consistently in tests

This commit is contained in:
Joe Previte
2021-04-05 15:18:13 -07:00
parent dd80eed5b0
commit ad0f12e664
7 changed files with 16 additions and 37 deletions

View File

@ -7,16 +7,14 @@
"@types/node-fetch": "^2.5.8",
"@types/supertest": "^2.0.10",
"jest": "^26.6.3",
"jest-playwright-preset": "^1.5.1",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
"playwright": "^1.8.0",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4"
},
"dependencies": {
"jest-playwright-preset": "^1.5.1",
"playwright-chromium": "^1.10.0",
"playwright-firefox": "^1.10.0",
"playwright-webkit": "^1.10.0"
"playwright-webkit": "^1.10.0",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4"
}
}