mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-12 16:03:50 +00:00
prepared test scripts
This commit is contained in:
parent
2aabb066b8
commit
8da60b1c10
@ -11,8 +11,10 @@
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"format": "prettier --write .",
|
||||
"test:integration": "playwright test",
|
||||
"test:unit": "vitest"
|
||||
"test:integration": "playwright test --workers 3",
|
||||
"test:integration:ui": "playwright test --ui --workers 3",
|
||||
"test:unit": "vitest --run",
|
||||
"test:unit:watch": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.28.1",
|
||||
|
Loading…
Reference in New Issue
Block a user