Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
445 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "$schema": "http://json-schema.org/draft-07/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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.