Skip to content

Commit

Permalink
Removing teardown command
Browse files Browse the repository at this point in the history
  • Loading branch information
rpinheiroalmeida committed May 3, 2022
1 parent aa0538a commit 22205e3
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 @@ -24,7 +24,7 @@
"postversion": "git push origin master",
"pretest": "cross-env NODE_ENV=test npm run build && npm run lint",
"test": "jest --config ./test/jest.config.js --coverage --silent test/unit",
"test:integration": "npm run test:integration:setup && jest --config ./test/jest.config.js --silent test/integration && npm run test:integration:teardown",
"test:integration": "npm run test:integration:setup && jest --config ./test/jest.config.js --silent test/integration",
"test:integration:setup": "test/integration/fixture/setup.sh",
"test:integration:teardown": "test/integration/fixture/teardown.sh",
"test:unit": "jest --config ./test/jest.config.js --coverage --silent test/unit",
Expand Down

0 comments on commit 22205e3

Please sign in to comment.