azer / prova

Test runner based on Tape and Browserify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browserify

max-mapper opened this issue · comments

commented

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

should be fixed now