babel/generator-babel-boilerplate

Run tests immediately after running `npm run watch`

Closed this issue · 1 comments

Right now it just sets up the watcher. It should run the tests immediately, too, I think.

What do you think @thejameskyle?

If the tests fail, then the watch task never runs with this code:

gulp.task('watch', ['test'], watch);

Gonna close for now, as it's not super important.