chore(backend): add test:watch script

This commit is contained in:
Ali BARIN
2024-08-27 12:43:22 +00:00
parent 6540d0ea53
commit 706fb8d82f

View File

@@ -11,6 +11,7 @@
"start:worker": "node src/worker.js",
"pretest": "APP_ENV=test node ./test/setup/prepare-test-env.js",
"test": "APP_ENV=test vitest run",
"test:watch": "APP_ENV=test vitest watch",
"lint": "eslint .",
"db:create": "node ./bin/database/create.js",
"db:seed:user": "node ./bin/database/seed-user.js",