juliemr / minijasminenode

A very bare-bones version of jasmine-node
MIT License
32 stars 21 forks source link

Added option to override terminal reporters #7

Closed KnisterPeter closed 10 years ago

KnisterPeter commented 10 years ago

With this extension it is possible to have terminal reporters to write to something else than process.stdout. I do require this, because I call node from a separate process and would like to capture the output and report back to the calling process.

Since I do also read stdout and stderr from the calling process this would interfer with my process-bridge.

KnisterPeter commented 10 years ago

If you don't like it, then just throw away. One could for sure just overwrite the addReporter method. I've seen that in one of your test specs.

juliemr commented 10 years ago

Hello, sorry for the very slow response here. This seems reasonable.