We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ava.config.json
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a feature request.
There are currently two ways of setting up ava config (prioritised):
Proposal: Add a third way, through ava.config.json
Advantages:
Ie. This code in package.json, could be defined in ava.config.json
package.json
{ "ava": { ... } }
Also adding a flag to specify the config file (falling back to ava.config.json) if need be:
ava --config-file my.ava.config.json
I would be willing to submit a PR if approved. Thanks
The text was updated successfully, but these errors were encountered:
This has been discussed in length in multiple issues already, e.g, #520.
Sorry, something went wrong.
No branches or pull requests
Description
This is a feature request.
There are currently two ways of setting up ava config (prioritised):
Proposal: Add a third way, through ava.config.json
Advantages:
Ie. This code in
package.json
, could be defined inava.config.json
Also adding a flag to specify the config file (falling back to
ava.config.json
) if need be:Other technologies that handle this:
I would be willing to submit a PR if approved.
Thanks
The text was updated successfully, but these errors were encountered: