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

Commit

Permalink
Fix require error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamc00 committed Aug 22, 2016
1 parent 69b5e49 commit 1cf22c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions audits.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/
var system = require('system');
var webpage = require('webpage').create();

var opts = JSON.parse(system.args[1]);
var PAGE_TIMEOUT = 9000;
var TOOLS_PATH = 'node_modules/accessibility-developer-tools/dist/js/axs_testing.js';
Expand Down

0 comments on commit 1cf22c1

Please sign in to comment.