changed tests command

This commit is contained in:
2026-05-03 23:07:29 +02:00
parent 8dd25c880e
commit 339e081d58
12 changed files with 2 additions and 633 deletions

View File

@@ -11,7 +11,8 @@
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"test": "jest --coverage --passWithNoTests"
"test": "jest --passWithNoTests",
"test-coverage": "jest --coverage --passWithNoTests"
},
"dependencies": {
"@astrojs/react": "^5.0.4",