-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update instalation doc * chore: create test doc * chore: update doc * chore: update readme
- Loading branch information
1 parent
416ed1f
commit 2b21c30
Showing
4 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Testes | ||
Para rodar os testes execute os seguintes comandos na raíz do projeto: | ||
|
||
### Testes unitários | ||
```bash | ||
$ npm run test | ||
``` | ||
|
||
### Coverage | ||
Para gerar o code coverage, raíz do projeto você deve rodar: | ||
```bash | ||
$ npm run test:coverage | ||
``` | ||
|
||
### Badges | ||
Para gerar os badges de coverage, raíz do projeto você deve rodar: | ||
```bash | ||
$ npm run test:badges | ||
``` |