mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
parent
83469c5387
commit
26245c0c53
@ -1,2 +1,2 @@
|
|||||||
Must be executed from within a workspace directory.
|
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.
|
@ -1,4 +1,4 @@
|
|||||||
Takes the name of the project, as specified in the `projects` section of the `angular.json` workspace configuration file.
|
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.
|
The default linting tool is [TSLint](https://palantir.github.io/tslint/), and the default configuration is specified in the project's `tslint.json` file.
|
2
packages/angular/cli/commands/test-long.md
Normal file
2
packages/angular/cli/commands/test-long.md
Normal 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.
|
@ -2,7 +2,7 @@
|
|||||||
"$schema": "http://json-schema.org/schema",
|
"$schema": "http://json-schema.org/schema",
|
||||||
"$id": "ng-cli://commands/test.json",
|
"$id": "ng-cli://commands/test.json",
|
||||||
"description": "Runs unit tests in a project.",
|
"description": "Runs unit tests in a project.",
|
||||||
"$longDescription": "",
|
"$longDescription": "./test-long.md",
|
||||||
|
|
||||||
"$aliases": [ "t" ],
|
"$aliases": [ "t" ],
|
||||||
"$scope": "in",
|
"$scope": "in",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user