No description
Find a file
2013-04-29 20:15:39 -04:00
lib Release 1.6.0 2013-04-29 20:15:39 -04:00
support core: [assertions] remove extraneous comments 2013-04-29 17:42:00 -04:00
test assert: [(not)include] throw on incompatible haystack. Closes #142 2013-04-29 19:30:51 -04:00
.gitignore ignore: update ignore files for component support 2013-02-03 14:20:15 -05:00
.mailmap Add a .mailmap file to fix my name in shortlogs. 2012-05-20 14:11:35 -04:00
.npmignore ignore: update ignore files for component support 2013-02-03 14:20:15 -05:00
.travis.yml travis: test node.js 0.10.x, don't test 0.6.x 2013-04-29 20:09:09 -04:00
chai.js Release 1.6.0 2013-04-29 20:15:39 -04:00
component.json Release 1.6.0 2013-04-29 20:15:39 -04:00
History.md Release 1.6.0 2013-04-29 20:15:39 -04:00
index.js clean up index.js to not check for cov, revert package.json to use index.js 2012-11-29 03:19:45 -05:00
Makefile makefile: force browser build on browser-test 2013-04-29 18:15:16 -04:00
package.json Release 1.6.0 2013-04-29 20:15:39 -04:00
README.md Release 1.6.0 2013-04-29 20:15:39 -04:00
ReleaseNotes.md Release 1.6.0 2013-04-29 20:15:39 -04:00

Build Status

Chai Documentation

Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.

For more information or to download plugins, view the documentation.

Contributors

 repo age : 1 year, 5 months
 active   : 123 days
 commits  : 638
 files    : 55
 authors  :
   476  Jake Luer               74.6%
    66  Veselin Todorov         10.3%
    42  Domenic Denicola        6.6%
     6  Ruben Verborgh          0.9%
     5  Juliusz Gonera          0.8%
     5  Scott Nonnenberg        0.8%
     5  Jo Liss                 0.8%
     4  josher19                0.6%
     4  John Firebaugh          0.6%
     4  Nick Heiner             0.6%
     3  Jeff Barczewski         0.5%
     2  Edwin Shao              0.3%
     2  Teddy Cross             0.3%
     2  Jakub Nešetřil          0.3%
     1  Anand Patil             0.2%
     1  Niklas Närhinen         0.2%
     1  Paul Miller             0.2%
     1  Jeff Welch              0.2%
     1  Sasha Koss              0.2%
     1  Chris Connelly          0.2%
     1  Benjamin Horsleben      0.2%
     1  Victor Costan           0.2%
     1  Chun-Yi                 0.2%
     1  Vinay Pulim             0.2%
     1  DD                      0.2%
     1  Kilian Ciuffolo         0.2%

License

(The MIT License)

Copyright (c) 2011-2013 Jake Luer jake@alogicalparadox.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.