azer / prova

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

empty test file leaves the runner hanging in browser mode #44

Open aghassemi opened 9 years ago

aghassemi commented 9 years ago

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.