diff --git a/.jshintignore b/.jshintignore index 62756bbfba7..39fa6675063 100644 --- a/.jshintignore +++ b/.jshintignore @@ -8,6 +8,5 @@ lib/javascripts/moment.js lib/javascripts/moment_locale/ public/javascripts/ spec/phantom_js/smoke_test.js -test/javascripts/helpers/assertions.js test/javascripts/test_helper.js vendor/ diff --git a/test/javascripts/helpers/assertions.js b/test/javascripts/helpers/assertions.js index 533a6b9dcb2..fdba18ca301 100644 --- a/test/javascripts/helpers/assertions.js +++ b/test/javascripts/helpers/assertions.js @@ -1,3 +1,4 @@ +/* exported exists, count, present, blank, containsInstance, not */ // Test helpers function exists(selector) { return !!count(selector);