Marc Harter
Marc Harter
My tests run three times currently from vim (lucky me) on OSX whenever I save a change. Would it be worth ignoring a small window of file notification activity when...
Thx @nathany. Modifying the vim config dropped one of the three. Adding the project folder to Spotify Privacy didn't seem to have any effect.
@barneycarroll its the runner you get with tape (that supports things like globs) with babel registered as to pick up your `.babelrc` settings and babel modules. i believe it should...
Just ran this on Windows, works the same as on *nix. You can't pipe babel-node into tape bin but it does behave like tape in that is supports globs so...
Not sure how you are consuming the output but the TAP is sent through STDOUT so you could pipe if you wanted to work with that output however if anything...
I don't have any plans on supporting watching. A quick look around GH didn't turn up any tape runners with watching built in, have you found any?
FYI: tape-watch supports the require flag now so you can use things like babel with it https://github.com/rstacruz/tape-watch#using-with-babel
Reference: https://github.com/wavded/babel-tape-runner/issues/7 Historically, Babel 5 had it included by default in their `register`. No way to include it in the `.babelrc` (still?) so if you wanted it, you'd have to...
I like that. Care to do a PR? That would be breaking change but feels like a better API to me.
Yep, @olegskl is right. This lib is not needed anymore. It would be preferred to use the `tape` lib directly.