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

Add jest-wip-reporter to the README's list of reporters #129

Merged
merged 1 commit into from Sep 26, 2023
Merged

Add jest-wip-reporter to the README's list of reporters #129

merged 1 commit into from Sep 26, 2023

Conversation

kevinrutherford
Copy link
Contributor

Given a failing test that is marked with it.failing, the standard Jest reporters will report such a test in exactly the same way as if it were passing. This can make it difficult to see at a glance which tests still need work.

Instead, the jest-wip-reporter classifies any .failing, .skip or .todo test as "work in progress", clearly reporting that such tests are not yet completely developed. At the end of the test run the reporter provides a list of those tests that are still work-in-progress.

@mrazauskas mrazauskas merged commit 584b081 into jest-community:main Sep 26, 2023
1 check passed
@mrazauskas
Copy link
Contributor

Very nice idea. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants