tests batteries command updated on readme
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2022-05-13 18:41:53 +02:00
parent 990f7fe4b1
commit 6e9fedf2b5
1 changed files with 3 additions and 3 deletions

View File

@ -54,17 +54,17 @@ $ gulp docker
For client-side unit tests run from project's root. For client-side unit tests run from project's root.
``` ```
$ jest $ npm run test:front
``` ```
For server-side unit tests run from project's root. For server-side unit tests run from project's root.
``` ```
$ gulp backTest $ npm run test:back
``` ```
For end-to-end tests run from project's root. For end-to-end tests run from project's root.
``` ```
$ gulp e2e $ npm run test:e2e
``` ```
## Visual Studio Code extensions ## Visual Studio Code extensions