aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/events.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/tooltip/events.js')
-rw-r--r--tests/unit/tooltip/events.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/unit/tooltip/events.js b/tests/unit/tooltip/events.js
index 3fbb683a5..1e83c5255 100644
--- a/tests/unit/tooltip/events.js
+++ b/tests/unit/tooltip/events.js
@@ -1,10 +1,13 @@
define( [
"qunit",
"jquery",
+ "./helper",
"ui/widgets/tooltip"
-], function( QUnit, $ ) {
+], function( QUnit, $, testHelper ) {
-QUnit.module( "tooltip: events" );
+var beforeAfterEach = testHelper.beforeAfterEach;
+
+QUnit.module( "tooltip: events", beforeAfterEach() );
QUnit.test( "programmatic triggers", function( assert ) {
assert.expect( 4 );