fix: check failed

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-07-04 16:14:27 +02:00
parent 764d38c9fa
commit 71fd87a716
10 changed files with 10 additions and 22 deletions

View File

@ -12,7 +12,7 @@
"check:astro": "astro check",
"check:typescript": "tsc --noEmit",
"test": "npm run test:unit && npm run test:integ",
"test:unit": "vitest --coverage",
"test:unit": "vitest --coverage --run",
"test:integ": "cypress run"
},
"dependencies": {