-
Notifications
You must be signed in to change notification settings - Fork 1.4k
power-assert graph missing from TAP output #399
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
Comments
Hmm. That should not be true. It's probably a bug from when we moved power-assert rendering to the main thread. I will look into it. |
To reproduce, I ran |
Seems specific to the I had better success with:
|
Somewhat better, using tap-mocha-reporter I get
Now the cat output is part of the assert (not a biggie), but something ate the stack trace. Here is what it looks like with the default reporter:
|
@jamestalmage what are our next steps on this? |
The issue here is that our TAP output does not include the See also #324. |
We now do include the formatted values (based on |
Thanks for the awesome TAP support, although I suspect it is really all about nyan-cat.
I noticed that piping the output meant losing the awesomeness of power-assert - is that inherent to supporting TAP at all or is there someway we can have flying rainbow cats and nice asserts?
The text was updated successfully, but these errors were encountered: