2 Test Driven Environment
Lewie edited this page 2014-05-26 23:09:09 -07:00

This is a TDD project. Tests are written before the code is written. Remember to Red/Green/Refactor with small changes. Keep things DRY and avoid Yagni in your code.

Toolbox

Name Description Code & Support
Jasmine A behavior-driven development framework for testing JavaScript code pivotal/jasmine
QUnit A powerful, easy-to-use JavaScript unit testing framework. jquery/qunit
Blanket.js javascript code coverage alex-seville/blanket
Pavlov Pavlov extends JavaScript testing framework QUnit with a rich, higher-level, Behavioral API mmonteleone/pavlov

Jasmine was replaced with a combination of QUnit and Pavlov.