0.0.92 • Published 9 years ago
karma-chai-fuzzy v0.0.92
karma-chai-fuzzy
Chai-Fuzzy plugin for Karma
Installation
Install the karma-chai-fuzzy
:
$ npm install karma-chai-fuzzy --save-dev
Add chai
and chai-fuzzy
to the frameworks
key in your Karma configuration:
module.exports = (config) ->
config.set
# frameworks to use
frameworks: ['mocha', 'chai', 'chai-fuzzy']
# ...
Browser support
Same as Chai.js: IE 9+, Chrome 7+, FireFox 4+, Safari 5+ except should
style that is currently not compatible with IE 9.
Consider karma-expect, if you need run tests in IE8 and lower.
Contribution guidelines
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using npm test
.