0.0.2 • Published 9 years ago

karma-chai-lodash v0.0.2

Weekly downloads
13
License
MIT
Repository
github
Last release
9 years ago

karma-chai-fuzzy

Chai-Fuzzy plugin for Karma

Installation

Install the karma-chai-lodash plugin:

$ npm install karma-chai-lodash --save-dev

Add chai and chai-lodash to the frameworks key in your Karma configuration:

module.exports = (config) ->
  config.set

    # frameworks to use
    frameworks: ['mocha', 'chai', 'chai-lodash']

    # ...

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.