fix(frontend): Selectieve testen in IDE
This commit is contained in:
parent
6017d9c54f
commit
196875538d
3 changed files with 10 additions and 6 deletions
|
@ -12,8 +12,7 @@
|
|||
"format": "prettier --write src/",
|
||||
"format-check": "prettier --check src/",
|
||||
"lint": "eslint . --fix",
|
||||
"pretest:unit": "tsx ../docs/api/generate.ts && npm run build",
|
||||
"test:unit": "VITE_API_BASE_URL='http://localhost:9876/api' vitest --run",
|
||||
"test:unit": "vitest --run",
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue