No description
Find a file
2013-04-29 17:18:22 -04:00
lib Release 1.5.0 2013-02-03 20:49:13 -05:00
support support: add mocha cloud runner, client, and html test page 2013-02-03 12:59:15 -05:00
test test: [assert] deep equal ordering 2013-04-29 17:18:22 -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: run for all branches 2013-02-03 13:32:24 -05:00
chai.js Release 1.5.0 2013-02-03 20:49:13 -05:00
component.json Release 1.5.0 2013-02-03 20:49:13 -05:00
History.md Release 1.5.0 2013-02-03 20:49:13 -05: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: remove test-component for full test run 2013-02-03 18:27:38 -05:00
package.json Release 1.5.0 2013-02-03 20:49:13 -05:00
README.md readme: 2013 2013-02-04 20:01:24 -05:00
ReleaseNotes.md notes: migration notes for deep equal changes 2013-02-04 20:00:56 -05: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

 project  : chai
 repo age : 1 year, 2 months
 active   : 117 days
 commits  : 616
 files    : 56
 authors  : 
   459  Jake Luer               74.5%
    66  Veselin Todorov         10.7%
    42  Domenic Denicola        6.8%
     5  Jo Liss                 0.8%
     5  Ruben Verborgh          0.8%
     5  Scott Nonnenberg        0.8%
     5  Juliusz Gonera          0.8%
     4  josher19                0.6%
     4  John Firebaugh          0.6%
     3  Jeff Barczewski         0.5%
     2  Edwin Shao              0.3%
     2  Jakub Nešetřil          0.3%
     2  Teddy Cross             0.3%
     1  Anand Patil             0.2%
     1  Kilian Ciuffolo         0.2%
     1  Niklas Närhinen         0.2%
     1  Paul Miller             0.2%
     1  Chun-Yi                 0.2%
     1  Sasha Koss              0.2%
     1  Chris Connelly          0.2%
     1  Jeff Welch              0.2%
     1  Benjamin Horsleben      0.2%
     1  Victor Costan           0.2%
     1  Vinay Pulim             0.2%
     1  DD                      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.