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

@@ -1,8 +1,7 @@
module.exports = { module.exports = {
setupFilesAfterEnv: ['<rootDir>/setupTests.js'], setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
reporters: [ reporters: [
'default', 'summary', // nice overall summary
'jest-summary-reporter', 'github-actions', // adds inline annotations in PRs
'jest-github-actions-reporter',
], ],
}; };

View File

@@ -84,8 +84,6 @@
}, },
"devDependencies": { "devDependencies": {
"copyfiles": "^2.2.0", "copyfiles": "^2.2.0",
"jest-github-actions-reporter": "^1.0.3",
"jest-summary-reporter": "^0.0.2",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"workspaces-run": "^1.0.1" "workspaces-run": "^1.0.1"
} }

View File

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

View File

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

View File

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