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

https://github.com/alaaattya/test-driven-development-talk-examples


https://github.com/alaaattya/test-driven-development-talk-examples

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

TDD talk examples
-----------------
I was giving a talk about TDD and this is just for sharing talk examples.

##### Installation
- Clone the repo `git clone git@github.com:AlaaAttya/test-driven-development-talk-examples.git`
- Go to project root folder `cd test-driven-development-talk-examples`
- install dependencies `npm install`
- Run tests `npm test`