diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-13 15:43:44 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-14 09:17:11 +0200 |
commit | 7adf7a9d0b31c53c76b9efa5006ee63551da8540 (patch) | |
tree | 2c051285227b7788a9b487a11c3420d7a281560d /tests | |
parent | c13462b5fd3c5bfa74471eb7f2c58c698961909d (diff) | |
download | jquery-ui-7adf7a9d0b31c53c76b9efa5006ee63551da8540.tar.gz jquery-ui-7adf7a9d0b31c53c76b9efa5006ee63551da8540.zip |
Position unit tests: Add module for testswarm to run all tests
Diffstat (limited to 'tests')
-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 57e02da0a..3976e43ab 100644 --- a/tests/unit/position/position_core.js +++ b/tests/unit/position/position_core.js @@ -2,6 +2,8 @@ * position_core.js */ (function($) { + +module("position"); test('my, at, of', function() { $('#elx').position({ |