Skip to content

morrissinger/karma-chai-lodash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Chai-Lodash for Karma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published