karma-chai-fuzzy

0.0.92 • Public • Published

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.

/karma-chai-fuzzy/

    Package Sidebar

    Install

    npm i karma-chai-fuzzy

    Weekly Downloads

    1

    Version

    0.0.92

    License

    MIT

    Last publish

    Collaborators

    • morrissinger