Skip to content

Commit

Permalink
Merge pull request #79 from astorije/astorije/chai-immutable-plugin
Browse files Browse the repository at this point in the history
Add Chai Immutable in the plugins
  • Loading branch information
keithamus committed Mar 9, 2015
2 parents 268d386 + afa67f0 commit b50b77a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,14 @@ module.exports = [
, tags: [ 'assertion', 'id', 'objectid', 'equality' ]
, pkg: 'https://raw.githubusercontent.com/hurrymaplelad/chaid/master/package.json'
, markdown: 'https://raw.githubusercontent.com/hurrymaplelad/chaid/master/README.md' }

, { name: 'Chai Immutable'
, desc: 'Assertions for Facebook\'s Immutable library for JavaScript collections'
, url: 'chai-immutable'
, link: 'https://github.com/astorije/chai-immutable'
, tags: [ 'assertion', 'immutable', 'equality' ]
, pkg: 'https://raw.githubusercontent.com/astorije/chai-immutable/master/package.json'
, markdown: 'https://raw.githubusercontent.com/astorije/chai-immutable/master/README.md'
, browser: false
}
];

0 comments on commit b50b77a

Please sign in to comment.