No description
Find a file
2015-09-12 13:04:56 +00:00
lib Remove multi-type support for a/an assertion 2015-09-12 13:04:56 +00:00
support/sauce tests: [sauce] error in setup 2013-09-17 22:19:42 -04:00
test Remove multi-type support for a/an assertion 2015-09-12 13:04:56 +00:00
.gitignore Automate release process as much as possible 2015-06-03 23:39:55 +01: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 Re-encrypt travis API key 2015-07-16 22:53:59 +01:00
bower.json Remove moot version property from bower.json 2015-06-11 21:16:47 -04:00
chai.js chai@3.3.0 2015-09-11 22:36:05 +01:00
CONTRIBUTING.md Update release procedure on CONTRIBUTING.md 2015-06-03 23:51:49 +01:00
History.md Automate release process as much as possible 2015-06-03 23:39:55 +01: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 Switch to use Browserify for builds 2015-05-27 13:04:16 +00:00
karma.sauce.js tests: add sauce support to karma 2013-09-17 22:13:12 -04:00
Makefile Remove moot version property bump from Makefile 2015-06-12 07:28:34 -04:00
package.json chai@3.3.0 2015-09-11 22:36:05 +01:00
README.md Added links to contribution guidelines to README 2015-07-17 11:40:14 -04:00
ReleaseNotes.md Automate release process as much as possible 2015-06-03 23:39:55 +01:00
sauce.browsers.js test: [sauce] add a few more browsers 2013-09-18 14:03:53 -04:00

Chai Documentation

license:mit
tag:? build:? coverage:?
npm: dependencies:? devDependencies:?

Selenium Test Status

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.

Plugins

Chai offers a robust Plugin architecture for extending Chai's assertions and interfaces.

Contributing

Thank you very much for considering to contribute!

Here are a few issues other contributors frequently ran into when opening pull requests:

  • Please do not commit changes to the chai.js build. We do it once per release.
  • Before pushing your commits, please make sure you rebase them.

We also strongly encourage you to read our detailed contribution guidelines.

Contributors

Please see the full Contributors Graph for our list of contributors.

Core Contributors

Feel free to reach out to any of the core-contributors with you questions or concerns. We will do our best to respond in a timely manner.

Jake Luer Veselin Todorov Keith Cirkel

License

(The MIT License)

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