Skip to content

Commit

Permalink
simplify test command
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogas committed Jul 31, 2024
1 parent 4bdf01f commit bdc0ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dev": "concurrently --kill-others -n api,workers -c green,blue \"yarn dev:api\" \"yarn dev:workers\"",
"dev:api": "tsx --env-file=.env --env-file=.env.development --watch src/api/index.ts",
"dev:workers": "tsc --noEmit && tsx --env-file=.env --env-file=.env.development --watch src/workers/index.ts",
"test": "echo '\n\n>>> ensure you have a running redis server locally <<<\n\n' && node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js --config ./jest.config.js"
"test": "echo '\n\n>>> ensure you have a running redis server locally <<<\n\n' && jest"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit bdc0ea4

Please sign in to comment.