Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieldarezzo/son-nodejstest
Estudos sobre Teste automatizado com NodeJS
https://github.com/gabrieldarezzo/son-nodejstest
chai mocha node nodejs tdd
Last synced: about 1 month ago
JSON representation
Estudos sobre Teste automatizado com NodeJS
- Host: GitHub
- URL: https://github.com/gabrieldarezzo/son-nodejstest
- Owner: gabrieldarezzo
- Created: 2019-08-29T23:55:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T23:56:54.000Z (over 5 years ago)
- Last Synced: 2024-11-07T04:40:28.703Z (3 months ago)
- Topics: chai, mocha, node, nodejs, tdd
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`mocha` is required as global
```shell
npm install -g mocha
``````shell
cd project_folder
npm install
```