1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove jest-github-actions-reporter (#42435)

This commit is contained in:
Peter Bengtsson
2023-09-12 13:13:41 -04:00
committed by GitHub
parent 50f9a4061e
commit ab43d3c06a
3 changed files with 1 additions and 15 deletions

View File

@@ -2,11 +2,7 @@
const isActions = Boolean(process.env.GITHUB_ACTIONS)
const reporters = ['default']
if (isActions) {
reporters.push('jest-github-actions-reporter')
}
const reporters = ['default', 'github-actions']
export default {
preset: 'ts-jest',

9
package-lock.json generated
View File

@@ -130,7 +130,6 @@
"jest": "29.6.4",
"jest-expect-message": "1.1.3",
"jest-fail-on-console": "^3.1.1",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
"json-schema-merge-allof": "^0.8.1",
"kill-port": "2.0.1",
@@ -8592,14 +8591,6 @@
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-github-actions-reporter": {
"version": "1.0.3",
"dev": true,
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.0"
}
},
"node_modules/jest-haste-map": {
"version": "29.6.4",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz",

View File

@@ -179,7 +179,6 @@
"jest": "29.6.4",
"jest-expect-message": "1.1.3",
"jest-fail-on-console": "^3.1.1",
"jest-github-actions-reporter": "^1.0.3",
"jest-slow-test-reporter": "^1.0.0",
"json-schema-merge-allof": "^0.8.1",
"kill-port": "2.0.1",