Skip to content

Commit

Permalink
ci(api): 💚 fix .env file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rasouza committed Apr 30, 2024
1 parent 79d266b commit 055a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "dotenv -e .env.test -- jest --config ./test/jest-e2e.json --runInBand",
"test:e2e": "dotenv -e .test.env -- jest --config ./test/jest-e2e.json --runInBand",
"test:watch": "jest --watch"
},
"lint-staged": {
Expand Down

0 comments on commit 055a2eb

Please sign in to comment.