Skip to content

Commit 7e9e3f1

Browse files
alan-agius4kyliau
authored andcommitted
docs: update long descriptions for test, e2e and lint
Closes angular#12930
1 parent 350d017 commit 7e9e3f1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Must be executed from within a workspace directory.
2-
When a project name is not supplied, the configured default e2e project of the workspace is used.
2+
When a project name is not supplied, it will execute for all projects.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Takes the name of the project, as specified in the `projects` section of the `angular.json` workspace configuration file.
2-
When a project name is not supplied, uses the configured `defaultProject` of the workspace.
2+
When a project name is not supplied, it will execute for all projects.
3+
4+
The default linting tool is [TSLint](https://palantir.github.io/tslint/), and the default configuration is specified in the project's `tslint.json` file.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Takes the name of the project, as specified in the `projects` section of the `angular.json` workspace configuration file.
2+
When a project name is not supplied, it will execute for all projects.

packages/angular/cli/commands/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/schema",
33
"$id": "ng-cli://commands/test.json",
44
"description": "Runs unit tests in a project.",
5-
"$longDescription": "",
5+
"$longDescription": "./test-long.md",
66

77
"$aliases": [ "t" ],
88
"$scope": "in",

0 commit comments

Comments
 (0)