All Projects → peterolson → Introduction-to-Test-Driven-Development-in-Javascript

peterolson / Introduction-to-Test-Driven-Development-in-Javascript

Licence: Unlicense license
Code accompanying the "Introduction to test-driven development" article

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

This repository contains all the code from the article Introduction to test-driven development in JavaScript.

How to run the unit tests

Download the ZIP of this project and open the test/SpecRunner.html file in your browser.

How to run the code coverage tests

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.

Contributing

Feel free to open an issue or add a pull request if you have any improvements to suggest.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].