Skip to content

Commit

Permalink
update jest-junit config
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Aug 22, 2019
1 parent f190892 commit 57ba2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -163,7 +163,7 @@
"scripts": {
"test": "node scripts/test.js",
"test-precommit": "yarn test --bail --findRelatedTests -u",
"test-ci": "JEST_JUNIT_OUTPUT=.artifacts/jest.junit.xml yarn test --ci --coverage --testResultsProcessor=jest-junit",
"test-ci": "JEST_JUNIT_OUTPUT=.artifacts/jest.junit.xml yarn test --ci --coverage --reporters=default --reporters=jest-junit",
"test-debug": "node --inspect-brk scripts/test.js --runInBand",
"test-staged": "yarn test --findRelatedTests $(git diff --name-only --cached)",
"lint": "node_modules/.bin/eslint tests/js src/sentry/static/sentry/app --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit 57ba2e1

Please sign in to comment.