-
Notifications
You must be signed in to change notification settings - Fork 18
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
TapReporter needs circular ref filtering on JSON.stringify #104
Comments
Definitely a bug. It shouldn't be too hard to fix. |
Similar issue fixed in Tape's TAP reporter: Mocha: node-tap: |
I'd be happy to try and tackle this. I got bit by this 3 months ago and again by it today, resulting in a rather nasty |
@zackthehuman Go for it! |
zackthehuman
added a commit
to zackthehuman/js-reporters
that referenced
this issue
Feb 14, 2021
Updating `TapReporter` with the ability to handle objects with circular references. This is needed for proper stringification of actual and expected values that contain cycles. Fixes qunitjs#104
This was referenced Feb 14, 2021
zackthehuman
added a commit
to zackthehuman/js-reporters
that referenced
this issue
Feb 20, 2021
Updating `TapReporter` with the ability to handle objects with circular references. This is needed for proper stringification of actual and expected values that contain cycles. Fixes qunitjs#104
zackthehuman
added a commit
to zackthehuman/js-reporters
that referenced
this issue
Feb 21, 2021
Updating `TapReporter` with the ability to handle objects with circular references. This is needed for proper stringification of actual and expected values that contain cycles. Fixes qunitjs#104
zackthehuman
added a commit
to zackthehuman/js-reporters
that referenced
this issue
Feb 21, 2021
Updating `TapReporter` with the ability to handle objects with circular references. This is needed for proper stringification of actual and expected values that contain cycles. Fixes qunitjs#104
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: