Skip to content

Commit

Permalink
Revert "feat: Add GitHub Actions Reporter (jestjs#11320)"
Browse files Browse the repository at this point in the history
This reverts commit b20c324.
  • Loading branch information
F3n67u committed Apr 1, 2022
1 parent 44b765a commit 328803d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 180 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Expand Up @@ -30,7 +30,6 @@
- `[jest-mock]` [**BREAKING**] Improve the usage of `jest.fn` generic type argument ([#12489](https://github.com/facebook/jest/pull/12489))
- `[jest-mock]` Add support for auto-mocking async generator functions ([#11080](https://github.com/facebook/jest/pull/11080))
- `[jest-mock]` Add `contexts` member to mock functions ([#12601](https://github.com/facebook/jest/pull/12601))
- `[jest-reporters]` Add GitHub Actions reporter ([#11320](https://github.com/facebook/jest/pull/11320))
- `[jest-resolve]` [**BREAKING**] Add support for `package.json` `exports` ([#11961](https://github.com/facebook/jest/pull/11961), [#12373](https://github.com/facebook/jest/pull/12373))
- `[jest-resolve, jest-runtime]` Add support for `data:` URI import and mock ([#12392](https://github.com/facebook/jest/pull/12392))
- `[jest-resolve, jest-runtime]` Add support for async resolver ([#11540](https://github.com/facebook/jest/pull/11540))
Expand Down
54 changes: 0 additions & 54 deletions packages/jest-reporters/src/GitHubActionsReporter.ts

This file was deleted.

118 changes: 0 additions & 118 deletions packages/jest-reporters/src/__tests__/GitHubActionsReporter.test.js

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/jest-reporters/src/index.ts
Expand Up @@ -26,7 +26,6 @@ export {default as DefaultReporter} from './DefaultReporter';
export {default as NotifyReporter} from './NotifyReporter';
export {default as SummaryReporter} from './SummaryReporter';
export {default as VerboseReporter} from './VerboseReporter';
export {default as GitHubActionsReporter} from './GitHubActionsReporter';
export type {
Context,
Reporter,
Expand Down

0 comments on commit 328803d

Please sign in to comment.