You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
445 B
17 lines
445 B
{
|
|
"$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" }
|
|
]
|
|
}
|