Skip to content

Update Mocha link #368

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

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ a tool to make it easier for you to work with an existing library. Here are the

In your test file, the following annotations are supported:

* @venus-library - Indicates the testing library/framework you wish to use. [QUnit](http://www.qunitjs.com), [Mocha](http://visionmedia.github.com/mocha/), and [Jasmine](http://pivotal.github.com/jasmine/) are supported out of the box.
* @venus-library - Indicates the testing library/framework you wish to use. [QUnit](http://www.qunitjs.com), [Mocha](http://mochajs.org/), and [Jasmine](http://pivotal.github.com/jasmine/) are supported out of the box.
* @venus-code - JavaScript source code under test.
* @venus-include - Other JavaScript file dependency to include with your test suite. Use an annotation for every file you wish to include.
* @venus-fixture - Specify either an HTML string or the name of a template under `.venus/templates/...`. You can also specify a path relative to where the test file resides. The contents will get included into the template specified by @venus-template.
Expand Down