OLD | NEW |
| (Empty) |
1 [![Chai Documentation](http://chaijs.com/public/img/chai-logo.png)](http://chaij
s.com) | |
2 | |
3 Chai is a BDD / TDD assertion library for [node](http://nodejs.org) and the brow
ser that | |
4 can be delightfully paired with any javascript testing framework. | |
5 | |
6 For more information or to download plugins, view the [documentation](http://cha
ijs.com). | |
7 | |
8 [![Build Status](https://travis-ci.org/chaijs/chai.png?branch=master)](https://t
ravis-ci.org/chaijs/chai) | |
9 | |
10 [![Selenium Test Status](https://saucelabs.com/browser-matrix/chaijs.svg)](https
://saucelabs.com/u/chaijs) | |
11 | |
12 ### Plugins | |
13 | |
14 Chai offers a robust Plugin architecture for extending Chai's assertions and int
erfaces. | |
15 | |
16 - Need a plugin? View the [official plugin list](http://chaijs.com/plugins). | |
17 - Have a plugin and want it listed? Open a Pull Request at [chaijs/chai-docs:plu
gin.js](https://github.com/chaijs/chai-docs/blob/master/plugins.js#L1-L12). | |
18 - Want to build a plugin? Read the [plugin api documentation](http://chaijs.com/
guide/plugins/). | |
19 | |
20 ### Related Projects | |
21 | |
22 - [chaijs / assertion-error](https://github.com/chaijs/assertion-error): Custom
`Error` constructor thrown upon an assertion failing. | |
23 - [chaijs / deep-eql](https://github.com/chaijs/deep-eql): Improved deep equalit
y testing for Node.js and the browser. | |
24 | |
25 ### Contributors | |
26 | |
27 project : chai | |
28 repo age : 2 years, 3 months ago | |
29 commits : 756 | |
30 active : 170 days | |
31 files : 57 | |
32 authors : | |
33 540 Jake Luer 71.4% | |
34 79 Veselin Todorov 10.4% | |
35 43 Domenic Denicola 5.7% | |
36 6 Ruben Verborgh 0.8% | |
37 5 George Kats 0.7% | |
38 5 Jo Liss 0.7% | |
39 5 Juliusz Gonera 0.7% | |
40 5 Scott Nonnenberg 0.7% | |
41 5 leider 0.7% | |
42 4 John Firebaugh 0.5% | |
43 4 Max Edmands 0.5% | |
44 4 Nick Heiner 0.5% | |
45 4 josher19 0.5% | |
46 3 Andrei Neculau 0.4% | |
47 3 Duncan Beevers 0.4% | |
48 3 Jake Rosoman 0.4% | |
49 3 Jeff Barczewski 0.4% | |
50 3 Ryunosuke SATO 0.4% | |
51 3 Veselin 0.4% | |
52 2 Bartvds 0.3% | |
53 2 Edwin Shao 0.3% | |
54 2 Jakub Nešetřil 0.3% | |
55 2 Roman Masek 0.3% | |
56 2 Teddy Cross 0.3% | |
57 1 Anand Patil 0.1% | |
58 1 Benjamin Horsleben 0.1% | |
59 1 Brandon Payton 0.1% | |
60 1 Chris Connelly 0.1% | |
61 1 Chun-Yi 0.1% | |
62 1 DD 0.1% | |
63 1 Dido Arellano 0.1% | |
64 1 Jeff Welch 0.1% | |
65 1 Kilian Ciuffolo 0.1% | |
66 1 Luís Cardoso 0.1% | |
67 1 Niklas Närhinen 0.1% | |
68 1 Paul Miller 0.1% | |
69 1 Refael Ackermann 0.1% | |
70 1 Sasha Koss 0.1% | |
71 1 Victor Costan 0.1% | |
72 1 Vinay Pulim 0.1% | |
73 1 Virginie BARDALES 0.1% | |
74 1 laconbass 0.1% | |
75 1 piecioshka 0.1% | |
76 | |
77 ## License | |
78 | |
79 (The MIT License) | |
80 | |
81 Copyright (c) 2011-2014 Jake Luer <jake@alogicalparadox.com> | |
82 | |
83 Permission is hereby granted, free of charge, to any person obtaining a copy | |
84 of this software and associated documentation files (the "Software"), to deal | |
85 in the Software without restriction, including without limitation the rights | |
86 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
87 copies of the Software, and to permit persons to whom the Software is | |
88 furnished to do so, subject to the following conditions: | |
89 | |
90 The above copyright notice and this permission notice shall be included in | |
91 all copies or substantial portions of the Software. | |
92 | |
93 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
94 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
95 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
96 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
97 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
98 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
99 THE SOFTWARE. | |
OLD | NEW |