Rename test commands (coverage storybook) (#476)

* Rename test commands

* Add coverage command in doc
This commit is contained in:
Emilien Chauvet
2023-06-29 14:06:15 -07:00
committed by GitHub
parent fdfcae6ac5
commit 30fd3320b7
4 changed files with 7 additions and 2 deletions

View File

@ -14,6 +14,7 @@ This will allow you to run Visual Studio on top of the docker container.
## Front tests
Run tests: `make front-test`
Run tests with coverage: `make front-coverage`
## Running commands
If you are using Docker install, make sure to ssh in the docker container during development to execute commands.