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
Is there a possibility to set environment variables to auto-set parameters from vows particularly '-i' and '--xunit'?
The reason why I need this that is my setup with the istanbul code coverage tool.
atm in my package.json:
"test": "istanbul test which vows",
and istanbul doesn't take more parameters itself
The text was updated successfully, but these errors were encountered:
Is there a possibility to set environment variables to auto-set parameters from vows particularly '-i' and '--xunit'?
The reason why I need this that is my setup with the istanbul code coverage tool.
atm in my package.json:
"test": "istanbul test
which vows
",and istanbul doesn't take more parameters itself
The text was updated successfully, but these errors were encountered: