This repository contains all the code from the article Introduction to test-driven development in JavaScript.
Download the ZIP of this project and open the test/SpecRunner.html
file in your browser.
Download the ZIP of this project, navigate to this project in your Node console, and run
npm install
npm test
The test results will appear in the coverage
folder. You can view them by opening the index.html
file in your browser.
Feel free to open an issue or add a pull request if you have any improvements to suggest.