Variable
Static Public
public config: Object source
import config from 'nvm-test/src/api/config.js'
Config from .nvmrc.test.json
file
Properties:
Name | Type | Attribute | Description |
install | command |
|
The |
test | command |
|
The |
dryRun | boolean |
|
Whether or not to dry run the test. Echoes the |
plugins | string[] |
|
External plugins |
Example:
{
"test": "echo 'nvm-test version $version'; npm run lint && npm run test",
"plugins": ["travis"]
}