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
- Host: GitHub
- URL: https://github.com/alaaattya/test-driven-development-talk-examples
- Owner: AlaaAttya
- Created: 2018-02-20T14:42:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T14:49:46.000Z (over 8 years ago)
- Last Synced: 2025-03-24T09:22:00.630Z (about 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`