vowsjs/vows

--supress-output doesn't work on NodeJS 8.x and above

evanp opened this issue · 2 comments

evanp commented

Tests fail for supress output if NodeJS is 8.x or above. Seems to be a difference in the way the console is initialized; it grabs the process.stdout before we can replace it with a dummy.

This keeps tests for v0.8.x from working for later versions.

perhaps grab console._stdout?

evanp commented

It might also be possible to overwrite console