JSON Schema Property 'test'

Description

Configuration for unit tests.

Diagram

Drilldown into /properties/test/properties/codeCoverage Drilldown into /properties/test/properties/karmaJSON Schema Diagram of /properties/test

Value

Object

Properties

Property Name Type Description
karma object karma
codeCoverage object codeCoverage

Source

"test": {
    "type": "object",
    "description": "Configuration for unit tests.",
    "additionalProperties": false,
    "properties": {
        "karma": {
            "type": "object",
            "additionalProperties": false,
            "properties": {
                "config": {
                    "type": "string",
                    "description": "Path to the karma config file."
                }
            }
        },
        "codeCoverage": {
            "type": "object",
            "additionalProperties": false,
            "properties": {
                "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 (263:11)

References

Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0