backbone-view-model
backbone-view-model copied to clipboard
Tips on using Karma
Here's an example Karma configuration you may want to model from: https://github.com/trunkclub/brunch-with-panache/blob/master/test/karma.conf.coffee
Note that there's an issue whereby, if you want to use karma via the CLI (ideal in all regards), you need to also pull in karma-cli
so the karma binary appears in your projects node_modules/.bin
directory. Good luck!