aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-29 20:22:31 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-29 20:22:52 -0400
commit27072de09443eff51fdc6559658a7870c4d7824d (patch)
treecceb7975580720e2ceac674dd8ddf374c1579427 /tests/unit/core
parent24d978f8331a0b4e3bc4dc35eaa88a7f9a47c5fd (diff)
downloadjquery-ui-27072de09443eff51fdc6559658a7870c4d7824d.tar.gz
jquery-ui-27072de09443eff51fdc6559658a7870c4d7824d.zip
Tests: Run JSHint.
Diffstat (limited to 'tests/unit/core')
-rw-r--r--tests/unit/core/core.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/core/core.js b/tests/unit/core/core.js
index 79d1d4034..099ac468c 100644
--- a/tests/unit/core/core.js
+++ b/tests/unit/core/core.js
@@ -2,6 +2,8 @@
module( "core - jQuery extensions" );
+TestHelpers.testJshint( "ui.core" );
+
test( "focus - original functionality", function() {
expect( 1 );
$( "#inputTabindex0" )