Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sturley committed Jun 9, 2015
1 parent 74d04ab commit eaaed49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/integration/testrunner.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*jshint node: true */
var WebDriver = require('selenium-webdriver'),
assert = require('chai').assert,
test = require('selenium-webdriver/testing'),
Expand Down
2 changes: 1 addition & 1 deletion test/unit/public/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('axe._load', function () {
axe._load({
commons: 'foo'
});
assert.equal(commons, 'foo')
assert.equal(commons, 'foo');
});

it('should add the version of rules to axe._audit', function () {
Expand Down

0 comments on commit eaaed49

Please sign in to comment.