mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
parent
83469c5387
commit
26245c0c53
@ -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.
|
@ -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.
|
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",
|
||||
"$id": "ng-cli://commands/test.json",
|
||||
"description": "Runs unit tests in a project.",
|
||||
"$longDescription": "",
|
||||
"$longDescription": "./test-long.md",
|
||||
|
||||
"$aliases": [ "t" ],
|
||||
"$scope": "in",
|
||||
|
Loading…
x
Reference in New Issue
Block a user