azer / prova

Test runner based on Tape and Browserify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty test file leaves the runner hanging in browser mode

aghassemi opened this issue · comments

If there is an empty JS file as part of the files given to prova, with --browser option, Prova just hangs without running any tests or throwing an error to browser or shell consoles. This does not happen without --browser flag however.