chai as promised - readme

This commit is contained in:
Jake Luer 2012-03-30 15:17:23 -07:00
parent 938c064d5f
commit f3c0eb526a

View file

@ -42,6 +42,8 @@ provides deep jQuery integration with chai's `should` and `expect`.
can be used as a stand-alone or with chai.
* [sinon-chai](https://github.com/domenic/sinon-chai) by [@domenic](https://github.com/domenic) extends chai with
assertions for the Sinon.js mocking framework.
* [chai-as-promised](https://github.com/domenic/chai-as-promised) by [@domenic](https://github.com/domenic) extends
chai with assertions about promises.
## Getting Help