We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921c0e2 commit cb05b4eCopy full SHA for cb05b4e
jest.config.js
@@ -2,5 +2,6 @@ module.exports = {
2
preset: 'ts-jest',
3
transform: {
4
'^.+\\.(ts|tsx)?$': 'ts-jest'
5
- }
+ },
6
+ reporters: [['github-actions', {silent: false}], 'summary']
7
}
0 commit comments