diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-29 20:22:31 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-29 20:22:52 -0400 |
commit | 27072de09443eff51fdc6559658a7870c4d7824d (patch) | |
tree | cceb7975580720e2ceac674dd8ddf374c1579427 /tests/unit/position | |
parent | 24d978f8331a0b4e3bc4dc35eaa88a7f9a47c5fd (diff) | |
download | jquery-ui-27072de09443eff51fdc6559658a7870c4d7824d.tar.gz jquery-ui-27072de09443eff51fdc6559658a7870c4d7824d.zip |
Tests: Run JSHint.
Diffstat (limited to 'tests/unit/position')
-rw-r--r-- | tests/unit/position/position_core.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/position/position_core.js b/tests/unit/position/position_core.js index e68e310f1..4a2240311 100644 --- a/tests/unit/position/position_core.js +++ b/tests/unit/position/position_core.js @@ -16,6 +16,8 @@ module( "position", { } }); +TestHelpers.testJshint( "ui.position" ); + test( "my, at, of", function() { expect( 4 ); |