Skip to content

catch exceptions that occur when printing test failures#273

Open
danbrakeley wants to merge 1 commit intocaolan:masterfrom
proletariatgames:circular_refs
Open

catch exceptions that occur when printing test failures#273
danbrakeley wants to merge 1 commit intocaolan:masterfrom
proletariatgames:circular_refs

Conversation

@danbrakeley
Copy link

My specific case involved an object with circular references. When making a call to strictEqual(), I was getting:

TypeError: Converting circular structure to JSON

And then it would crash without running the rest of the tests or displaying the "FAILURES: 8/3136 assertions failed (3792ms)" line.

With this fix, I get a better display, a full stack trace, and the tests keep running.

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.

1 participant