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

Code accompanying the "Introduction to test-driven development" article

Home Page:http://tutorials.pluralsight.com/front-end-javascript/introduction-to-test-driven-development-in-javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Code accompanying the "Introduction to test-driven development" article

http://tutorials.pluralsight.com/front-end-javascript/introduction-to-test-driven-development-in-javascript

License:The Unlicense


Languages

Language:JavaScript 80.9%Language:HTML 16.2%Language:CSS 2.9%