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:
Angel Mendez 2024-02-15 17:39:37 -06:00 committed by GitHub
parent 3bd69e26ad
commit 964577ad3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},