Skip to content

Commit 0ae8475

Browse files
clydinvikerman
authored andcommitted
docs(@angular/cli): correct e2e long description field (#12561)
1 parent b23ee7a commit 0ae8475

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
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.

packages/angular/cli/commands/e2e.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/e2e.json",
44
"description": "Builds and serves an Angular app, and runs end-to-end tests using Protractor.",
5-
"$longDescription": "Must be executed from within a workspace directory.\n When a project name is not supplied, the configured default e2e project of the workspace is used.",
5+
"$longDescription": "./e2e-long.md",
66

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

0 commit comments

Comments
 (0)