Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rhildred/tdd

tdd with qunit
https://github.com/rhildred/tdd

Last synced: 12 days ago
JSON representation

tdd with qunit

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).