https://github.com/igorfachini/mocha-test-example
Separate mocha tests in multiple files and share result by test to another test in another file.
https://github.com/igorfachini/mocha-test-example
mochajs modules testing unittest
Last synced: 5 months ago
JSON representation
Separate mocha tests in multiple files and share result by test to another test in another file.
- Host: GitHub
- URL: https://github.com/igorfachini/mocha-test-example
- Owner: IgorFachini
- License: mit
- Created: 2022-08-12T02:35:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T02:53:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T01:41:15.720Z (over 1 year ago)
- Topics: mochajs, modules, testing, unittest
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Mocha Unit Test
Exemplo não oficial de importar varios arquivos de testes em um unico arquivo.
Alem de poder passar resultado de testes para outros testes de outro arquivos.
## Setup and Run
Executar
```
yarn
yarn mocha
````
# Screenshots
- Estrutura do código visual

- Exemplo do Resultado no terminal
