💾 Archived View for gmi.noulin.net › gitRepositories › git-off › file › node_modules › chai › README… captured on 2024-09-29 at 00:32:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

git-off

Log

Files

Refs

README

README.md (4575B)

     1 [![Chai Documentation](http://chaijs.com/public/img/chai-logo.png)](http://chaijs.com)
     2 
     3 [![license:mit](https://img.shields.io/badge/license-mit-green.svg?style=flat-square)](#license)<br>
     4 [![tag:?](https://img.shields.io/github/tag/chaijs/chai.svg?style=flat-square)](https://github.com/chaijs/chai/releases)
     5 [![build:?](https://img.shields.io/travis/chaijs/chai/master.svg?style=flat-square)](https://travis-ci.org/chaijs/chai)
     6 [![coverage:?](https://img.shields.io/coveralls/chaijs/chai/master.svg?style=flat-square)](https://coveralls.io/r/chaijs/chai)<br>
     7 [![npm:](https://img.shields.io/npm/v/chai.svg?style=flat-square)](https://www.npmjs.com/packages/chai)
     8 [![dependencies:?](https://img.shields.io/npm/dm/chai.svg?style=flat-square)](https://www.npmjs.com/packages/chai)
     9 [![devDependencies:?](https://img.shields.io/david/chaijs/chai.svg?style=flat-square)](https://david-dm.org/chaijs/chai)
    10 
    11 [![Selenium Test Status](https://saucelabs.com/browser-matrix/chaijs.svg)](https://saucelabs.com/u/chaijs)
    12 
    13 [![Slack Status](https://chai-slack.herokuapp.com/badge.svg)]( https://chai-slack.herokuapp.com/)
    14 [![Join the chat at https://gitter.im/chaijs/chai](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/chaijs/chai)
    15 
    16 Chai is a BDD / TDD assertion library for [node](http://nodejs.org) and the browser that
    17 can be delightfully paired with any javascript testing framework.
    18 
    19 For more information or to download plugins, view the [documentation](http://chaijs.com).
    20 
    21 ### Plugins
    22 
    23 Chai offers a robust Plugin architecture for extending Chai's assertions and interfaces.
    24 
    25 - Need a plugin? View the [official plugin list](http://chaijs.com/plugins).
    26 - Have a plugin and want it listed? Open a Pull Request at [chaijs/chai-docs:plugin.js](https://github.com/chaijs/chai-docs/blob/master/plugins.js#L1-L12).
    27 - Want to build a plugin? Read the [plugin api documentation](http://chaijs.com/guide/plugins/).
    28 
    29 ### Related Projects
    30 
    31 - [chaijs / assertion-error](https://github.com/chaijs/assertion-error): Custom `Error` constructor thrown upon an assertion failing.
    32 - [chaijs / deep-eql](https://github.com/chaijs/deep-eql): Improved deep equality testing for Node.js and the browser.
    33 - [chaijs / type-detect](https://github.com/chaijs/type-detect): Improved typeof detection for node.js and the browser.
    34 
    35 ### Contributing
    36 
    37 Thank you very much for considering to contribute!
    38 
    39 Here are a few issues other contributors frequently ran into when opening pull requests:
    40 
    41 - Please do not commit changes to the `chai.js` build. We do it once per release.
    42 - Before pushing your commits, please make sure you [rebase](https://github.com/chaijs/chai/blob/master/CONTRIBUTING.md#pull-requests) them.
    43 
    44 We also strongly encourage you to read our detailed [contribution guidelines](https://github.com/chaijs/chai/blob/master/CONTRIBUTING.md).
    45 
    46 ### Contributors
    47 
    48 Please see the full
    49 [Contributors Graph](https://github.com/chaijs/chai/graphs/contributors) for our
    50 list of contributors.
    51 
    52 ### Core Contributors
    53 
    54 Feel free to reach out to any of the core contributors with your questions or
    55 concerns. We will do our best to respond in a timely manner.
    56 
    57 [![Jake Luer](https://avatars3.githubusercontent.com/u/58988?v=3&s=50)](https://github.com/logicalparadox)
    58 [![Veselin Todorov](https://avatars3.githubusercontent.com/u/330048?v=3&s=50)](https://github.com/vesln)
    59 [![Keith Cirkel](https://avatars3.githubusercontent.com/u/118266?v=3&s=50)](https://github.com/keithamus)
    60 
    61 ## License
    62 
    63 (The MIT License)
    64 
    65 Copyright (c) 2011-2015 Jake Luer <jake@alogicalparadox.com>
    66 
    67 Permission is hereby granted, free of charge, to any person obtaining a copy
    68 of this software and associated documentation files (the "Software"), to deal
    69 in the Software without restriction, including without limitation the rights
    70 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    71 copies of the Software, and to permit persons to whom the Software is
    72 furnished to do so, subject to the following conditions:
    73 
    74 The above copyright notice and this permission notice shall be included in
    75 all copies or substantial portions of the Software.
    76 
    77 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    78 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    79 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    80 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    81 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    82 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    83 THE SOFTWARE.