UNPKG

438 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/schema",
3 "$id": "ng-cli://commands/test.json",
4 "description": "Runs unit tests in a project.",
5 "$longDescription": "./test-long.md",
6
7 "$aliases": [ "t" ],
8 "$scope": "in",
9 "$type": "architect",
10 "$impl": "./test-impl#TestCommand",
11
12 "type": "object",
13 "allOf": [
14 { "$ref": "./definitions.json#/definitions/architect" },
15 { "$ref": "./definitions.json#/definitions/base" }
16 ]
17}