Closed max-mapper closed 10 years ago
it would be cool if i could use this in the same way I use tape w/ browserify, e.g foo.js
foo.js
var test = require('prova') test('thing', function(t) { t.ok(true) t.end() })
and then running browserify foo.js in a browser would run the test suite in the console
browserify foo.js
right now when I use it like this nothing happens, but if I run it in node it runs tests and reports on stdout
should be fixed now
:+1:
it would be cool if i could use this in the same way I use tape w/ browserify, e.g
foo.js
and then running
browserify foo.js
in a browser would run the test suite in the consoleright now when I use it like this nothing happens, but if I run it in node it runs tests and reports on stdout