-
Notifications
You must be signed in to change notification settings - Fork 68
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
Using power-assert in jest prints the output twice #93
Comments
@jmquigley Thank you for reporting. |
I updated the image link. Didn't realize I could just drag/drop it instead of linking it. |
@jmquigley Thank you for updating image. |
@jmquigley Thank you for creating repro case repository! While I'm investigating the issue, I found that stack recreation introduced in #85 is the cause of showing same diagram twice. Reporter output from Node6 and Node8 differs. In #85, I added power-assert diagram to It seems that Jest reports both A possible solution here is to create custom reporter for Jest. |
@jmquigley As digging deeper, I've found some hints.
|
This is the test case demonstrating the issue above (contrived test to show duplicate output):
jest: 20.0.4
babel: 6.24.1
babel-preset-power-assert: 1.0.0
power-assert: 1.4.4
The text was updated successfully, but these errors were encountered: