chai-array
Version:
Array assertion helpers for the Chai assertion library
23 lines (14 loc) • 622 B
Markdown
# chai-array
chai-array is an extension to the [chai](http://chaijs.com/) assertion library that
provides some basic helpers for making assertions on values inside an array.
## Contributing
To run the test suite, run `npm install` (requires
[Node.js](http://nodejs.org/) to be installed on your system), and open
`test/index.html` in your web browser.
## License
Copyright (c) 2014 Andrew Hanna
MIT License (see the LICENSE file)
## Credits
Thanks to [John Firebaugh](https://github.com/jfirebaugh) for providing
[chai-jquery](https://github.com/chaijs/chai-jquery/), which served as a
foundation for this plugin.