You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 bybabel-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!
The text was updated successfully, but these errors were encountered: