wavded / babel-tape-runner

Babel + Tape runner for your ESNext code
134 stars 16 forks source link

compare with `tape -r babel-register` #17

Closed fibo closed 8 years ago

fibo commented 8 years ago

Hi,

I read on tape docs that it is possible to do

tape -r babel-register test.js

How this compares with the use of babel-tape-runner? Is it the same?

wavded commented 8 years ago

@fibo I haven't taken a good look yet but I think it is, therefore making this library not necessary anymore. If it works for you, I'd go that route if it were me.

fibo commented 8 years ago

I found babel-tape-runner really useful, at first. Then I not noticed that tape feature, which works for me. Maybe it was added to tape documentation later.

wavded commented 8 years ago

Yeah, the feature was added after this project was started.