Remove jest-github-actions-reporter (#42435)
This commit is contained in:
@@ -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
9
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user