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

https://github.com/cristoaquiza/learning-tdd-nodejs

https://blog.risingstack.com/getting-node-js-testing-and-tdd-right-node-js-at-scale/
https://github.com/cristoaquiza/learning-tdd-nodejs

chai mochajs nodejs sinon-js

Last synced: about 2 months ago
JSON representation

https://blog.risingstack.com/getting-node-js-testing-and-tdd-right-node-js-at-scale/

Awesome Lists containing this project

README

        

# tdd-node
https://blog.risingstack.com/getting-node-js-testing-and-tdd-right-node-js-at-scale/

## Run the test
- Entrar a la carpeta del proyecto
- Ejecutar:
$ npm install
- Luego, ejecutar:
$ npm test