diff --git a/package-lock.json b/package-lock.json index 86173b1..0636d39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 35b096b..bb8e8c2 100644 --- a/package.json +++ b/package.json @@ -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",