https://github.com/mengstr/wwc-tdd-meetup
My code from the TDD meetup held by Women Who Code in Kuala Lumpur
https://github.com/mengstr/wwc-tdd-meetup
Last synced: 26 days ago
JSON representation
My code from the TDD meetup held by Women Who Code in Kuala Lumpur
- Host: GitHub
- URL: https://github.com/mengstr/wwc-tdd-meetup
- Owner: mengstr
- Created: 2015-03-12T02:40:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T03:00:58.000Z (over 11 years ago)
- Last Synced: 2025-02-25T04:17:25.425Z (over 1 year ago)
- Language: JavaScript
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whc-tdd-meetup
This is my code that I did during the TDD meetup. [https://www.facebook.com/womenwhocodekl]
I choose to do the code in node.js and use Mocha [http://mochajs.org/] as the test framework and Chai [http://chaijs.com/] as the assertion library.
Since I've put the test command into the scripts section of the package.json the tests can run with ```npm test```, or they can be started with just typing mocha on the command line.
This repository can be downloaded by using the "Download ZIP" button you'll find on the right hand side of this page.
Screenshot of the tests being run
