Files
flights_web_raw/node_modules/@angular/cli/commands/test.json
T

18 lines
445 B
JSON

{
"$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" }
]
}