Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding description for unit testing tools #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down