-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
🎁 Rewarded on IssuehuntThis issue has been rewarded on IssuehuntThis issue has been rewarded on Issuehuntenhancementnew functionalitynew functionalityscope:schedulingscope:test-environment
Description
Description
It could be useful to be able to de define the flags of the Node process running AVA. A comment by @novemberborn scratch the surface, but apparently it never got raised as a request.
Any compatible Node flag could be listed.
Adding the --nodeArgs``--node-args--node-arguments to AVA could allow the user to execute Node with some needed flags.
(eg: ava --node-arguments --experimental-report)
It should also be available as an AVA config property:
{
"ava": {
"nodeArguments": [
"--experimental-report",
"- --custom-arg"
]
}
}Test Source
process.execArgv.includes("--experimental-policy"); // <= Never trueEnvironment
- Ubuntu v16.04
- Node v11.9.0
- AVA v1.4.1
IssueHunt Summary
maximelkin has been rewarded.
Backers (Total: $60.00)
issuehunt ($60.00)
Submitted pull Requests
Tips
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on IssueHunt to raise funds.
IssueHunt has been backed by the following sponsors. Become a sponsor
sindresorhus and SerayaEryndandv
Metadata
Metadata
Assignees
Labels
🎁 Rewarded on IssuehuntThis issue has been rewarded on IssuehuntThis issue has been rewarded on Issuehuntenhancementnew functionalitynew functionalityscope:schedulingscope:test-environment