chai-array
v0.0.2
Published
Array assertion helpers for the Chai assertion library
Downloads
165
Maintainers
Readme
chai-array
chai-array is an extension to the chai 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 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 for providing chai-jquery, which served as a foundation for this plugin.