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 committed Jan 30, 2024
1 parent c7d3502 commit beeeb28
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 beeeb28

Please sign in to comment.