refactor: check for editor consistently in tests
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user