
| Property Name | Type | Description |
|---|---|---|
| config | string |
A String value
Path to the karma config file..
|
"karma": {
"type": "object",
"additionalProperties": false,
"properties": {
"config": {
"type": "string",
"description": "Path to the karma config file."
}
}
}