parent
a074edf3f9
commit
0ef6c35a77
@ -117,7 +117,7 @@ You can run:
|
||||
- `ng build api` to build the application
|
||||
- `ng test api` to test the application
|
||||
|
||||
By default, Nx will use Nest when generating node applications. Nest ia fantastic framework that shares many of its core concepts with Angular. It uses modules, providers, dependency injection, etc.. As a result, most Angular developers find Nest easy to use.
|
||||
By default, Nx will use Nest when generating node applications. Nest is a fantastic framework that shares many of its core concepts with Angular. It uses modules, providers, dependency injection, etc.. As a result, most Angular developers find Nest easy to use.
|
||||
|
||||
The generated `apps/api/src/app/app.module.ts` will look like this:
|
||||
|
||||
|
||||
@ -30,11 +30,11 @@ Run `ng build myapp` to build the project. The build artifacts will be stored in
|
||||
|
||||
## Running unit tests
|
||||
|
||||
Run `ng test` to execute the unit tests via [Jest](https://karma-runner.github.io).
|
||||
Run `ng test` to execute the unit tests via [Jest](https://jestjs.io).
|
||||
|
||||
## Running end-to-end tests
|
||||
|
||||
Run `ng e2e` to execute the end-to-end tests via [Cypress](http://www.protractortest.org/).
|
||||
Run `ng e2e` to execute the end-to-end tests via [Cypress](https://www.cypress.io).
|
||||
|
||||
## Further help
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user