azer / prova

Test runner based on Tape and Browserify
Other
332 stars 30 forks source link

browserify #1

Closed max-mapper closed 10 years ago

max-mapper commented 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

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

right now when I use it like this nothing happens, but if I run it in node it runs tests and reports on stdout

azer commented 10 years ago

should be fixed now

Raynos commented 10 years ago

:+1: