-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Introduce a custom node:test
reporter
#5284
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just left 2 small comments but a part from them all good!
This PR introduces a new package with a custom
node:test
reporter, but doesn't modify the rest of the packages to use it.The new test reporter has a few objectives:
actual
andexpected
(like chai/earl/etc), it diffs those values, printing the diff.This PR is based on @ChristopherDedominici's work and https://github.com/voxpelli/node-test-pretty-reporter