Skip to content

Commit 26245c0

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
docs: update long descriptions for test, e2e and lint
Closes #12930
1 parent 83469c5 commit 26245c0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +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.
33

44
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)