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

Jest test display summary results at bottom #11

Merged
merged 1 commit into from
Nov 2, 2021
Merged

Conversation

Gobleizer
Copy link
Collaborator

Made changes to the Jest set up to better match the TDD Workflow
Inspired by the following:
https://www.npmjs.com/package/jest-summary-reporter
jestjs/jest#3322

This custom reporter I’ve installed simply reposts the quick result ‘summary’ at the bottom. We only need to scroll up if we have tests failing that need to be fixed. Although if you’re intensely focused on one test, consider using .only.

Copy link
Collaborator

@jonhirak jonhirak left a comment

Choose a reason for hiding this comment

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

All good!

@jonhirak jonhirak merged commit cfadce3 into main Nov 2, 2021
@jonhirak jonhirak deleted the Jest-Custom-Reporter branch November 2, 2021 21:23
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.

2 participants