You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> logs: Error: TypeError: Converting circular structure to JSON
>>> logs: at JSON.stringify (<anonymous>)
>>> logs: at makeSimple (node_modules/format-error/index.js:36:28)
>>> logs: at format (node_modules/format-error/index.js:39:21)
>>> logs: at Runner.<anonymous> (node_modules/mocha-reporter/index.js:283:18)
in runner.on('fail'…, the test.err is formatted with 'format-error'
'format-error' has a known problem with circular data structures since 2014 ( #2) which will not be fixed.
The author:
I think that this module shouldn't really exist. I'd rather fix this in prettyjson itself,
The text was updated successfully, but these errors were encountered:
in
runner.on('fail'…
, thetest.err
is formatted with'format-error'
'format-error'
has a known problem with circular data structures since 2014 (#2) which will not be fixed.
The author:
The text was updated successfully, but these errors were encountered: