fix: try to use browser

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2023-07-20 20:25:57 +02:00
parent 559514bfef
commit db6236d8d8
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1172,7 +1172,7 @@
"version": "20.4.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.2.tgz",
"integrity": "sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==",
"dev": true
"devOptional": true
},
"node_modules/@types/parse5": {
"version": "6.0.3",

View File

@ -11,7 +11,7 @@
"check:typescript": "tsc --noEmit",
"test": "npm run test:unit && npm run test:integ",
"test:unit": "vitest --coverage --run",
"test:integ": "cypress run"
"test:integ": "cypress run --headless --browser chromium"
},
"dependencies": {
"@astrojs/node": "^5",