Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

`mocha` is required as global
```shell
npm install -g mocha
```

```shell
cd project_folder
npm install
```