Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Adds unit tests #8

Merged
merged 5 commits into from
Oct 19, 2014
Merged

Adds unit tests #8

merged 5 commits into from
Oct 19, 2014

Conversation

addyosmani
Copy link
Owner

No description provided.

addyosmani added a commit that referenced this pull request Oct 19, 2014
@addyosmani addyosmani merged commit b2418c8 into master Oct 19, 2014
@addyosmani addyosmani deleted the tests branch October 19, 2014 15:29
test('fail if no no callback is supplied', function (t) {
t.plan(1);
try {
var a11y = new A11y('', null);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for new. It's not a constructor.

var a11y = a11y('', null);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants