wavded / babel-tape-runner

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

Add support for `--config-file` cli flag #31

Open amypellegrini opened 5 years ago

amypellegrini commented 5 years ago

I'm currently working on a OSS project using babel-tape-runner to run my tests.

The project conventions involve having all config files inside a config/ which is possible with Babel, but not currently supported by babel-tape-runner.

I'm open to suggestions/alternative approaches as long as this allows me to keep config files inside the config/ folder, and also willing to implement this feature myself in a fork, provided I find the time and there is willingness to integrate the feature in a reasonable time frame once a PR is open.

More context, see:

Thanks!