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