aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/deprecated.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/tooltip/deprecated.js')
-rw-r--r--tests/unit/tooltip/deprecated.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/unit/tooltip/deprecated.js b/tests/unit/tooltip/deprecated.js
index 7fc7d91a4..bce1a6c6a 100644
--- a/tests/unit/tooltip/deprecated.js
+++ b/tests/unit/tooltip/deprecated.js
@@ -1,12 +1,13 @@
define( [
+ "qunit",
"jquery",
"ui/widgets/tooltip"
-], function( $ ) {
+], function( QUnit, $ ) {
-module( "tooltip: (deprecated) options" );
+QUnit.module( "tooltip: (deprecated) options" );
-test( "tooltipClass", function( assert ) {
- expect( 1 );
+QUnit.test( "tooltipClass", function( assert ) {
+ assert.expect( 1 );
var element = $( "#tooltipped1" ).tooltip( {
tooltipClass: "custom"
} ).tooltip( "open" );