Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Dec 10, 2024
1 parent 591b445 commit a3b5535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"production": "node --env-file=.env --env-file=.env.production --watch src/index.js",
"start:production": "node --env-file=.env src/index",
"lint": "eslint",
"test": "jest",
"test:watch": "jest --watch -i",
"test": "node --env-file=.env ./node_modules/.bin/jest",
"test:watch": "node --env-file=.env ./node_modules/.bin/jest --watch -i",
"fixtures:load": "./scripts/fixtures/load",
"fixtures:reload": "./scripts/fixtures/reload",
"fixtures:export": "./scripts/fixtures/export",
Expand Down

0 comments on commit a3b5535

Please sign in to comment.