diff --git a/.jshintignore b/.jshintignore index 39fa66750..9336d11d8 100644 --- a/.jshintignore +++ b/.jshintignore @@ -8,5 +8,4 @@ lib/javascripts/moment.js lib/javascripts/moment_locale/ public/javascripts/ spec/phantom_js/smoke_test.js -test/javascripts/test_helper.js vendor/ diff --git a/test/javascripts/test_helper.js b/test/javascripts/test_helper.js index abcbdf566..4ae827db9 100644 --- a/test/javascripts/test_helper.js +++ b/test/javascripts/test_helper.js @@ -1,5 +1,5 @@ /*jshint maxlen:250 */ -/*global count:true find:true document:true equal:true sinon:true */ +/*global document, sinon, console, QUnit */ //= require env