diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-13 15:43:44 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-13 15:43:44 +0200 |
commit | 50fe1d04fc60d57507aa949f585b06a2bcf3aec1 (patch) | |
tree | 69c7a54d5ecdca5a353c72a19051b6e7fe7312e6 /tests | |
parent | e7882fa393dcd5effb8a8997f99622ab88774cad (diff) | |
download | jquery-ui-50fe1d04fc60d57507aa949f585b06a2bcf3aec1.tar.gz jquery-ui-50fe1d04fc60d57507aa949f585b06a2bcf3aec1.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({ |