mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
chore: update test script
keep test script and remove test:watch is no longer needed Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
3bd69e26ad
commit
964577ad3b
@ -13,8 +13,7 @@
|
||||
"lint:types": "tsc",
|
||||
"i18n": "node_modules/i18next-parser/bin/cli.js",
|
||||
"i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest watch",
|
||||
"test": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"backend": "docker-compose -f backend-docker-compose.yml up"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user