rasmusjp / umbraco-multi-url-picker

Multi Url Picker for Umbraco 7
MIT License
31 stars 29 forks source link

Add Karma testing functionality #12

Closed dougludlow closed 10 years ago

dougludlow commented 10 years ago

I added the ability to run tests via karma/jasmine. The VS Adapter for Google's Karma Test Runner can be used to view the test results.

Tests can be run either via grunt or karma directly. Just ensure node and npm are installed. From the console, at the root of the project, simply do the following:

npm install
grunt test