backbone-view-model
backbone-view-model copied to clipboard
Fixed running tests with Karma
Hey,
Here's a fix for running the tests with Karma, it's really easy now:
-
npm -g install karma-cli
-
npm install # to install qunit and PhantomJS locally
-
karma start # to run the test!
Let me know if you like to see any changes... BTW, once it's merged, one could add Travis CI support...
Cheers, Philip