tape-testing / tape

tap-producing test harness for node and browsers
MIT License
5.77k stars 307 forks source link

Is it possible to use "pretty reporter" when running test by require('test-file.js') #552

Closed yxwu closed 3 months ago

yxwu commented 3 years ago

This is question, not an issue.

Thanks.

ljharb commented 3 years ago

I'm sure you could hook it into the output stream, but it wouldn't be easy unless the reporter provided such a mechanism.