Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/tdd
tdd with qunit
https://github.com/rhildred/tdd
Last synced: 12 days ago
JSON representation
tdd with qunit
- Host: GitHub
- URL: https://github.com/rhildred/tdd
- Owner: rhildred
- Created: 2014-11-25T18:20:00.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-11-26T16:45:53.000Z (about 10 years ago)
- Last Synced: 2024-04-14T14:03:17.133Z (9 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Javascript Test Driven Development
===tdd with qunit. In this example we use the requirejs javascript loader to pull unit tests into our project, a simple adding machine with HST. The tests are loaded and accessed through [test.html](https://rhildred.github.io/tdd/test.html). The tests themselves are in the js/tests folder. The calculation of hst that is under test is in the js/lib folder. The actual adding machine is in [index.html](https://rhildred.github.io/tdd).