diff options
Diffstat (limited to 'tests/unit/testsuite.js')
-rw-r--r-- | tests/unit/testsuite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index c2f30222b..9dd0b04ab 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -77,7 +77,7 @@ TestHelpers.testJshint = function( module ) { } if ( !jshintLoaded ) { - includeScript( "external/jshint.js" ); + includeScript( "external/jshint/jshint.js" ); jshintLoaded = true; } |