diff options
Diffstat (limited to 'tests/unit/droppable/core.js')
-rw-r--r-- | tests/unit/droppable/core.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/droppable/core.js b/tests/unit/droppable/core.js index 3d41e5db8..80764711e 100644 --- a/tests/unit/droppable/core.js +++ b/tests/unit/droppable/core.js @@ -1,11 +1,12 @@ define( [ "qunit", "jquery", + "lib/helper", "./helper", "ui/widgets/droppable" -], function( QUnit, $, testHelper ) { +], function( QUnit, $, helper, testHelper ) { -QUnit.module( "droppable: core" ); +QUnit.module( "droppable: core", { afterEach: helper.moduleAfterEach } ); QUnit.test( "element types", function( assert ) { var typeNames = ( "p,h1,h2,h3,h4,h5,h6,blockquote,ol,ul,dl,div,form" + |