aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-06-10 07:55:45 -0400
committerScott González <scott.gonzalez@gmail.com>2014-06-24 22:45:32 -0400
commit6df127a0b591d2a1437361f9cb6f3524a7b2e111 (patch)
tree40dc2b5fba9a00905a68e95efeab016cba4b88dd /tests/unit/testsuite.js
parent450d75f912f4161c475f18f9eeb7efd307c02eae (diff)
downloadjquery-ui-6df127a0b591d2a1437361f9cb6f3524a7b2e111.tar.gz
jquery-ui-6df127a0b591d2a1437361f9cb6f3524a7b2e111.zip
Build: Reorganize external directory
Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
Diffstat (limited to 'tests/unit/testsuite.js')
-rw-r--r--tests/unit/testsuite.js2
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;
}