From db6236d8d86e006fdd015d53b1da7e9e066f8fd0 Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 20 Jul 2023 20:25:57 +0200 Subject: [PATCH] fix: try to use browser Signed-off-by: Avior --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",