chore: add unit test to scandic web pipeline

This commit is contained in:
Christian Andolf
2025-06-27 13:40:55 +02:00
parent ff40ef72c4
commit a3645da8c4
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"check-types": "tsc --noEmit",
"lint": "eslint . --max-warnings 0 && tsc --noEmit",
"lint:fix": "eslint . --fix && tsc --noEmit",
"test": "vitest run",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest"
},
"exports": {