docs: update long descriptions for test, e2e and lint

Closes #12930
This commit is contained in:
Alan Agius 2018-11-14 06:26:57 +01:00 committed by Keen Yee Liau
parent 83469c5387
commit 26245c0c53
4 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,2 @@
Must be executed from within a workspace directory.
When a project name is not supplied, the configured default e2e project of the workspace is used.
When a project name is not supplied, it will execute for all projects.

View File

@ -1,4 +1,4 @@
Takes the name of the project, as specified in the `projects` section of the `angular.json` workspace configuration file.
When a project name is not supplied, uses the configured `defaultProject` of the workspace.
When a project name is not supplied, it will execute for all projects.
The default linting tool is [TSLint](https://palantir.github.io/tslint/), and the default configuration is specified in the project's `tslint.json` file.

View File

@ -0,0 +1,2 @@
Takes the name of the project, as specified in the `projects` section of the `angular.json` workspace configuration file.
When a project name is not supplied, it will execute for all projects.

View File

@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/schema",
"$id": "ng-cli://commands/test.json",
"description": "Runs unit tests in a project.",
"$longDescription": "",
"$longDescription": "./test-long.md",
"$aliases": [ "t" ],
"$scope": "in",