Skip to content

Commit

Permalink
fix(ci): add pretest script to ensure mongodb binaries are downloaded…
Browse files Browse the repository at this point in the history
… before test run
  • Loading branch information
tobisupreme committed Sep 10, 2023
1 parent 63c6a64 commit f969bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lint": "eslint .",
"format:check": "npx prettier --check .",
"format:write": "npx prettier --write .",
"pretest": "node test",
"test": "APP_ENV=test jest --runInBand",
"seed:track": "node ./seeders/trackSeeder.js"
},
Expand Down

0 comments on commit f969bf1

Please sign in to comment.