Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 196 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 196 Bytes

TDD-nodejs

A simple practice for TDD development pattern

Execute server

cd TDD-nodejs/
$ nodemon app.js

Execute test

After starting server ...

$ npm run test