test.json 438 B

1234567891011121314151617
  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. "$aliases": [ "t" ],
  7. "$scope": "in",
  8. "$type": "architect",
  9. "$impl": "./test-impl#TestCommand",
  10. "type": "object",
  11. "allOf": [
  12. { "$ref": "./definitions.json#/definitions/architect" },
  13. { "$ref": "./definitions.json#/definitions/base" }
  14. ]
  15. }