Skip to content

Commit

Permalink
Remove jest-github-actions-reporter (#42435)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Sep 12, 2023
1 parent 50f9a40 commit ab43d3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
6 changes: 1 addition & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

const isActions = Boolean(process.env.GITHUB_ACTIONS)

const reporters = ['default']

if (isActions) {
reporters.push('jest-github-actions-reporter')
}
const reporters = ['default', 'github-actions']

export default {
preset: 'ts-jest',
Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
"jest": "29.6.4",
"jest-expect-message": "1.1.3",
"jest-fail-on-console": "^3.1.1",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
"json-schema-merge-allof": "^0.8.1",
"kill-port": "2.0.1",
Expand Down

0 comments on commit ab43d3c

Please sign in to comment.