-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
If I run tests in the browser, all console logs in the browser are somehow redirected to browser-shim.js, which forces the output to a simple string instead of a nicely formatted log (e.g. objects that can be inspected).
This applies to the whole app, not only logs from the tests. This is caused by browser-shim.js overriding console.log. In the code, I can see that mocha seems to need console.format. But why are log and error overridden, too? Is there a way to workaround this behavior?
mfranzs
