Skip to content

Commit

Permalink
fix(Chrome Accessibility Plugin): resolving the location of AUDIT_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrutt authored and juliemr committed Sep 24, 2015
1 parent eab828e commit 2ff7a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/accessibility/index.js
Expand Up @@ -42,7 +42,7 @@ var q = require('q'),
*
*/

var AUDIT_FILE = path.join(__dirname, '../../node_modules/accessibility-developer-tools/dist/js/axs_testing.js');
var AUDIT_FILE = require.resolve('accessibility-developer-tools/dist/js/axs_testing.js');
var TENON_URL = 'http://www.tenon.io/api/';

/**
Expand Down

0 comments on commit 2ff7a07

Please sign in to comment.