Skip to content

Commit

Permalink
Corrected Chaijs link
Browse files Browse the repository at this point in the history
It had the mocha link which has been updated to correct chai link
  • Loading branch information
geekf committed Aug 5, 2013
1 parent 5fe6f1e commit 983f3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ Most of these were mentioned during the class or in the discussion afterward.
* Packages for unit testing:
- [mocha](http://visionmedia.github.com/mocha/) ([npm](https://npmjs.org/package/mocha),
[GitHub](https://github.com/visionmedia/mocha)): a very modern, well-maintained, and flexible test runner.
- [chai](https://github.com/visionmedia/mocha) ([npm](https://npmjs.org/package/chai),
- [chai](http://chaijs.com/) ([npm](https://npmjs.org/package/chai),
[GitHub](https://github.com/chaijs/chai)): a great assertion library for fluent assertions. Extensible with lots of
[plugins](http://chaijs.com/plugins).
- [sinon](http://sinonjs.org/) ([npm](https://npmjs.org/package/sinon),
Expand Down

0 comments on commit 983f3ba

Please sign in to comment.