JSON Schema Property 'exclude'

Description

Globs to exclude from code coverage.

Diagram

JSON Schema Diagram of /properties/test/properties/codeCoverage/properties/exclude

Value

Array

Array Index Type Description
1-n string A String value

Default

[]

Source

"exclude": {
    "type": "array",
    "description": "Globs to exclude from code coverage.",
    "default": [],
    "items": {
        "type": "string"
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (280:22)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0