Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow reporters to be default exports #9161

Merged
merged 1 commit into from Nov 11, 2019

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Nov 10, 2019

Summary

Way nicer if the reporter is transpiled

Test plan

Green CI

@codecov-io
Copy link

codecov-io commented Nov 10, 2019

Codecov Report

Merging #9161 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #9161   +/-   ##
=======================================
  Coverage   64.83%   64.83%           
=======================================
  Files         279      278    -1     
  Lines       11733    11733           
  Branches     2883     2882    -1     
=======================================
  Hits         7607     7607           
  Misses       3509     3509           
  Partials      617      617
Impacted Files Coverage Δ
packages/jest-core/src/TestScheduler.ts 64.92% <0%> (-0.49%) ⬇️
packages/jest-config/src/normalize.ts 81.17% <0%> (ø) ⬆️
packages/jest-reporters/src/index.ts

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 314afd4...7f08098. Read the comment docs.

Copy link
Contributor

@jeysal jeysal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, add to custom-reporters e2e similar to setup, teardown, environment?

@SimenB SimenB merged commit 77c17bc into jestjs:master Nov 11, 2019
@SimenB SimenB deleted the reporter-default branch November 11, 2019 08:39
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants