chore: test script should not run on watch mode

- update test script
This commit is contained in:
Angel Mendez Cano
2024-02-09 11:03:56 -06:00
parent 9b308f0107
commit 307e91e49c

View File

@@ -13,8 +13,8 @@
"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 watch",
"test:no-watch": "vitest run",
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage",
"backend": "docker-compose -f backend-docker-compose.yml up"
},