qunitjs/node-qunit

Option for -c as stdin

Closed this issue · 2 comments

Would be great if i could just do

browserify main.js | qunit -t test.js
kof commented

Passing the code via stdin could be useful. But why do you want to browserify it first? The purpose of this module is to test nodejs modules as well as browser code.

Declining this feature request for now.