fix: try to use browser
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
parent
559514bfef
commit
db6236d8d8
2
package-lock.json
generated
2
package-lock.json
generated
@ -1172,7 +1172,7 @@
|
|||||||
"version": "20.4.2",
|
"version": "20.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.2.tgz",
|
||||||
"integrity": "sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==",
|
"integrity": "sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==",
|
||||||
"dev": true
|
"devOptional": true
|
||||||
},
|
},
|
||||||
"node_modules/@types/parse5": {
|
"node_modules/@types/parse5": {
|
||||||
"version": "6.0.3",
|
"version": "6.0.3",
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"check:typescript": "tsc --noEmit",
|
"check:typescript": "tsc --noEmit",
|
||||||
"test": "npm run test:unit && npm run test:integ",
|
"test": "npm run test:unit && npm run test:integ",
|
||||||
"test:unit": "vitest --coverage --run",
|
"test:unit": "vitest --coverage --run",
|
||||||
"test:integ": "cypress run"
|
"test:integ": "cypress run --headless --browser chromium"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/node": "^5",
|
"@astrojs/node": "^5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user