fix: try to use browser
Some checks failed
Build, check & Test / run (push) Failing after 1m24s

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

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",