No description
Find a file
2012-12-21 15:02:43 -05:00
lib browser: no longer need different AssertionError constructor 2012-12-21 15:00:57 -05:00
support browser: no longer need different AssertionError constructor 2012-12-21 15:00:57 -05:00
test test: [display] array test for mocha object diff 2012-12-21 15:01:15 -05:00
.gitignore Add npm-debug.log to .gitignore. 2012-05-16 20:14:17 -04:00
.mailmap Add a .mailmap file to fix my name in shortlogs. 2012-05-20 14:11:35 -04:00
.npmignore Add .mailmap to .npmignore. 2012-05-20 16:12:09 -04:00
.travis.yml add node 0.8 to travis 2012-08-07 01:04:57 -04:00
chai.js browser build: (object diff support when used with mocha) #106 2012-12-21 15:02:43 -05:00
History.md Release 1.4.1 2012-12-21 12:56:20 -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 refactor testing bootstrap 2012-11-29 03:18:25 -05:00
package.json Release 1.4.1 2012-12-21 12:56:20 -05:00
README.md Release 1.4.0 2012-11-29 03:26:55 -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 : 12 months
 active   : 103 days
 commits  : 553
 files    : 47
 authors  : 
   408  Jake Luer               73.8%
    66  Veselin Todorov         11.9%
    39  Domenic Denicola        7.1%
     5  Jo Liss                 0.9%
     5  Scott Nonnenberg        0.9%
     5  Juliusz Gonera          0.9%
     4  josher19                0.7%
     4  John Firebaugh          0.7%
     3  Jeff Barczewski         0.5%
     2  Jakub Nešetřil          0.4%
     2  Teddy Cross             0.4%
     1  Chun-Yi                 0.2%
     1  Niklas Närhinen         0.2%
     1  Paul Miller             0.2%
     1  Sasha Koss              0.2%
     1  Chris Connelly          0.2%
     1  Anand Patil             0.2%
     1  Benjamin Horsleben      0.2%
     1  Victor Costan           0.2%
     1  Vinay Pulim             0.2%
     1  Kilian Ciuffolo         0.2%

License

(The MIT License)

Copyright (c) 2011-2012 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.