actions: frontend test coverage wordt gereport door de workflow
This commit is contained in:
parent
7058263085
commit
ae45ba7ca8
3 changed files with 23 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
"format-check": "prettier --check src/",
|
||||
"lint": "eslint . --fix",
|
||||
"test:unit": "vitest --run",
|
||||
"test:coverage": "vitest --run --coverage.enabled true",
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue