@sysvale/cuida 3.123.0 → 3.124.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/@sysvale/cuida.es.js +721 -718
- package/dist/@sysvale/cuida.umd.js +16 -16
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,6 +119,15 @@ ou
|
|
|
119
119
|
npm run test
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
+
- Para utilizar o ui do vitest:
|
|
123
|
+
```bash
|
|
124
|
+
npm run test:ui
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
- Para visualizar o detalhamento da cobertura de testes, use o comando abaixo:
|
|
128
|
+
```bash
|
|
129
|
+
npx open-cli coverage/index.html
|
|
130
|
+
```
|
|
122
131
|
## Contribuindo
|
|
123
132
|
|
|
124
133
|
Para informações sobre como contribuir com o projeto, acesse o [CONTRIBUTING.MD](https://github.com/Sysvale/cuida/blob/main/CONTRIBUTING.md)
|