Skip to content

Commit

Permalink
Use the GitHub Actions reporter to stop failing on core.setFailure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishnha authored and jeffwidman committed Mar 21, 2024
1 parent 2b0dd10 commit 36ef1c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Expand Up @@ -2,5 +2,6 @@ module.exports = {
preset: 'ts-jest',
transform: {
'^.+\\.(ts|tsx)?$': 'ts-jest'
}
},
reporters: [['github-actions', {silent: false}], 'summary']
}

0 comments on commit 36ef1c7

Please sign in to comment.