1
0
Fork 0
arangodb/js/node/node_modules/chai
Alan Plum 40aff3fdcd Upgrade JS deps (#8773)
* Make jsunity hash function avoid recursion

This guards against traversals of recursive data structures causing a stack overflow. This is crucial when using assertEqual with unknown inputs.

* Update deps

accepts: 1.3.4 -> 1.3.5
ansi_up: 2.0.2 -> 4.0.3
content-disposition: 0.5.2 -> 0.5.3
dedent: 0.6.0 -> 0.7.0
error-stack-parser: 1.3.6 -> 2.0.2
eslint: 2.13.1 -> 5.16.0
eslint-config-semistandard: 6.0.2 -> removed
eslint-config-standard: 5.3.1 -> removed
eslint-plugin-promise: 1.3.2 -> removed
eslint-plugin-standard: 1.3.2 -> removed
highlight.js: 9.12.0 -> 9.15.6
http-errors: 1.6.2 -> 1.7.2
iconv-lite: 0.4.19 -> 0.4.24
joi: 9.2.0 -> 14.3.1
joi-to-json-schema: 2.3.0 -> 4.0.1
js-yaml: 3.10.0 -> 3.13.1
marked: 0.3.9 -> 0.6.2
mime-types: 2.1.12 -> 2.1.22
mocha: 2.5.3 -> 6.1.3
qs: 6.5.1 -> 6.7.0
semver: 5.4.1 -> 6.0.0
statuses: 1.4.0 -> 1.5.0
timezone: 1.0.13 -> 1.0.22
type-is: 1.6.15 -> 1.6.16
underscore: 1.8.3 -> 1.9.1

* Inline eslint semistandard config

The eslint standard config has become extremely opinionated and incompatible with the existing coding style. This subset matches the existing coding style most closely. In the future we should migrate to an autoformatter like prettier and avoid this problem altogether.

* Linting

* Fix mocha runner

* New joi has additional property
2019-04-17 13:36:26 +02:00
..
lib Update all dependencies to latest 2016-06-15 13:47:01 +02:00
node_modules Upgrade JS deps (#8773) 2019-04-17 13:36:26 +02:00
.npmignore Added chai support. 2015-04-15 13:04:49 +02:00
CODE_OF_CONDUCT.md Update all dependencies to latest 2016-06-15 13:47:01 +02:00
CONTRIBUTING.md Update all dependencies to latest 2016-06-15 13:47:01 +02:00
History.md Updated npm deps. 2015-07-01 16:39:24 +02:00
README.md Update all dependencies to latest 2016-06-15 13:47:01 +02:00
ReleaseNotes.md Update npm deps (semver-minor only) 2015-12-15 23:48:38 +01:00
bower.json Update npm deps (semver-minor only) 2015-12-15 23:48:38 +01:00
chai.js Update all dependencies to latest 2016-06-15 13:47:01 +02:00
index.js Added chai support. 2015-04-15 13:04:49 +02:00
karma.conf.js Updated npm deps. 2015-07-01 16:39:24 +02:00
karma.sauce.js Added chai support. 2015-04-15 13:04:49 +02:00
package.json Upgrade JS deps (#8773) 2019-04-17 13:36:26 +02:00
sauce.browsers.js Added chai support. 2015-04-15 13:04:49 +02:00

README.md

Chai Documentation

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

Selenium Test Status

Slack Status Join the chat at https://gitter.im/chaijs/chai

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 your 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.