backbone-view-model icon indicating copy to clipboard operation
backbone-view-model copied to clipboard

Tips on using Karma

Open ghost opened this issue 10 years ago • 0 comments

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!

ghost avatar Jul 21 '14 18:07 ghost