oboe.js icon indicating copy to clipboard operation
oboe.js copied to clipboard

Remove unnecessary logging from tests

Open JuanCaicedo opened this issue 8 years ago • 2 comments

If you run npm test after #136, you'll see a lot of output being logged to the screen that doesn't particularly help.

JuanCaicedo avatar Mar 30 '17 12:03 JuanCaicedo

Any ones in particular. These are the ones I see regularly:

'platform detection:', Object{isNode: false, isInternetExplorer: undefined, isPhantom: true} 'took 28ms to evaluate a complex expression many times, finding 100 matches'

Are they what you are referring too?

Aigeec avatar Mar 08 '18 23:03 Aigeec

It's hard to tell, I wrote that a while ago 😅But my expectation would be that if you run the tests, you only see output related to test successes or failures

JuanCaicedo avatar Mar 16 '18 20:03 JuanCaicedo