No description
Find a file
Veselin 4fc43cb38b Merge pull request #245 from lfac-pt/patch-1
Update `exports.version` to 1.9.0
2014-02-15 09:55:10 +02:00
lib Update exports.version to 1.9.0 2014-02-14 19:10:29 +00:00
support/sauce tests: [sauce] error in setup 2013-09-17 22:19:42 -04:00
test Deep equality check for collection membership 2014-01-29 19:08:16 -06:00
.gitignore Test coverage with istanbul 2014-01-26 08:44:54 +02:00
.mailmap Add a .mailmap file to fix my name in shortlogs. 2012-05-20 14:11:35 -04:00
.npmignore Add coverage to npmignore 2014-01-26 08:48:07 +02:00
.travis.yml tests: add sauce support to karma 2013-09-17 22:13:12 -04:00
bower.json Release 1.9.0 2014-01-29 18:38:57 -05:00
chai.js Release 1.9.0 2014-01-29 18:38:57 -05:00
component.json Release 1.9.0 2014-01-29 18:38:57 -05:00
CONTRIBUTING.md docs: add contributing.md #238 2014-01-29 17:36:01 -05:00
History.md Release 1.9.0 2014-01-29 18:38:57 -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
karma.conf.js Karma tweaks 2014-01-27 20:06:09 +02:00
karma.sauce.js tests: add sauce support to karma 2013-09-17 22:13:12 -04:00
Makefile Remove lib-cov from test-travisci dependents 2014-01-26 08:47:31 +02:00
package.json Release 1.9.0 2014-01-29 18:38:57 -05:00
README.md Release 1.9.0 2014-01-29 18:38:57 -05:00
ReleaseNotes.md Release 1.9.0 2014-01-29 18:38:57 -05:00
sauce.browsers.js test: [sauce] add a few more browsers 2013-09-18 14:03:53 -04:00

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.

Build Status

Selenium Test Status

Contributors

 project  : chai
 repo age : 2 years, 2 months ago
 commits  : 735
 active   : 158 days
 files    : 56
 authors  :
   532  Jake Luer               72.4%
    79  Veselin Todorov         10.7%
    43  Domenic Denicola        5.9%
     6  Ruben Verborgh          0.8%
     5  George Kats             0.7%
     5  Jo Liss                 0.7%
     5  Juliusz Gonera          0.7%
     5  Scott Nonnenberg        0.7%
     4  John Firebaugh          0.5%
     4  Max Edmands             0.5%
     4  Nick Heiner             0.5%
     4  josher19                0.5%
     3  Andrei Neculau          0.4%
     3  Jake Rosoman            0.4%
     3  Jeff Barczewski         0.4%
     3  Ryunosuke SATO          0.4%
     2  Bartvds                 0.3%
     2  Duncan Beevers          0.3%
     2  Edwin Shao              0.3%
     2  Jakub Nešetřil          0.3%
     2  Teddy Cross             0.3%
     1  Anand Patil             0.1%
     1  Benjamin Horsleben      0.1%
     1  Brandon Payton          0.1%
     1  Chris Connelly          0.1%
     1  Chun-Yi                 0.1%
     1  DD                      0.1%
     1  Jeff Welch              0.1%
     1  Kilian Ciuffolo         0.1%
     1  Niklas Närhinen         0.1%
     1  Paul Miller             0.1%
     1  Sasha Koss              0.1%
     1  Veselin                 0.1%
     1  Victor Costan           0.1%
     1  Vinay Pulim             0.1%
     1  Virginie BARDALES       0.1%
     1  laconbass               0.1%
     1  piecioshka              0.1%

License

(The MIT License)

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