diff --git a/readme.md b/readme.md index 5552331e..c227c9a6 100644 --- a/readme.md +++ b/readme.md @@ -94,15 +94,11 @@ Projects should always attempt to include some generic means by which source can Projects _must_ include some form of unit, reference, implementation or functional testing. Use case demos DO NOT QUALIFY as "tests". The following is a list of test frameworks, none of which are endorsed more than the other. - * [Venus.js](http://www.venusjs.org) - * [QUnit](http://github.com/jquery/qunit) - * [Jasmine](https://github.com/pivotal/jasmine) - * [Vows](https://github.com/cloudhead/vows) - * [Mocha](https://github.com/visionmedia/mocha) - * [Hiro](http://hirojs.com/) - * [JsTestDriver](https://code.google.com/p/js-test-driver/) - * [Buster.js](http://busterjs.org/) - * [Sinon.js](http://sinonjs.org/) + * [Venus.js](http://www.venusjs.org) - JavaScript unit test execution environment + * [QUnit](http://github.com/jquery/qunit) - Unit test API + * [Jasmine](https://github.com/pivotal/jasmine) - Unit test API + * [Mocha](https://github.com/visionmedia/mocha) - Unit test API + * [Sinon.js](http://sinonjs.org/) - Test library to support mocks / stubs ## Table of Contents