Revert "jest reporters"

This reverts commit d04a8fad4c.
This commit is contained in:
Jan Prochazka
2025-11-27 15:12:15 +01:00
parent d04a8fad4c
commit ebd4991de8
5 changed files with 8 additions and 14 deletions

View File

@@ -3,8 +3,7 @@ module.exports = {
testEnvironment: 'node',
moduleFileExtensions: ['js'],
reporters: [
'default',
'jest-summary-reporter',
'jest-github-actions-reporter',
'summary', // nice overall summary
'github-actions', // adds inline annotations in PRs
],
};

View File

@@ -3,8 +3,7 @@ module.exports = {
testEnvironment: 'node',
moduleFileExtensions: ['js'],
reporters: [
'default',
'jest-summary-reporter',
'jest-github-actions-reporter',
'summary', // nice overall summary
'github-actions', // adds inline annotations in PRs
],
};

View File

@@ -3,8 +3,7 @@ module.exports = {
testEnvironment: 'node',
moduleFileExtensions: ['js'],
reporters: [
'default',
'jest-summary-reporter',
'jest-github-actions-reporter',
'summary', // nice overall summary
'github-actions', // adds inline annotations in PRs
],
};