issues/27: CI Jest coverage on test and stage tags

This commit is contained in:
Valery Petrov
2026-06-04 12:51:57 +03:00
parent c797ad7e2f
commit cfd8a4d403
2 changed files with 38 additions and 20 deletions
+1
View File
@@ -10,6 +10,7 @@
"lint-fix": "eslint . --fix",
"preview": "vite preview",
"test": "jest --runInBand",
"test:ci": "jest --runInBand --coverage --coverageReporters=text-summary --coverageReporters=lcov",
"test-watch": "jest --watch",
"test-clear-cache": "jest --clearCache"
},