Skip to content

Commit

Permalink
chore: remove cache from jest e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
apsantiso committed Dec 28, 2023
1 parent 1d0922e commit b60afe2
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 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "NODE_ENV=test jest --config ./test/jest-e2e.json",
"test:e2e": "NODE_ENV=test jest --no-cache --config ./test/jest-e2e.json",
"test:e2e:watch": "NODE_ENV=test jest --config ./test/jest-e2e.json --watchAll",
"migrate": "NODE_ENV=development sequelize db:migrate",
"migrate:undo": "NODE_ENV=development sequelize db:migrate:undo",
Expand Down

0 comments on commit b60afe2

Please sign in to comment.