diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/button/common.js | 2 | ||||
-rw-r--r-- | tests/unit/button/core.js | 2 | ||||
-rw-r--r-- | tests/unit/button/events.js | 2 | ||||
-rw-r--r-- | tests/unit/button/methods.js | 2 | ||||
-rw-r--r-- | tests/unit/button/options.js | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/unit/button/common.js b/tests/unit/button/common.js index d376f4f05..0372cddbf 100644 --- a/tests/unit/button/common.js +++ b/tests/unit/button/common.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/button" + "ui/widgets/button" ], function( common ) { common.testWidget( "button", { diff --git a/tests/unit/button/core.js b/tests/unit/button/core.js index 8539464ba..f3ae2e583 100644 --- a/tests/unit/button/core.js +++ b/tests/unit/button/core.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/button" + "ui/widgets/button" ], function( $ ) { module("button: core"); diff --git a/tests/unit/button/events.js b/tests/unit/button/events.js index 63550e2f8..d778b4a2b 100644 --- a/tests/unit/button/events.js +++ b/tests/unit/button/events.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/button" + "ui/widgets/button" ], function( $ ) { module("button: events"); diff --git a/tests/unit/button/methods.js b/tests/unit/button/methods.js index be36096b2..29e917022 100644 --- a/tests/unit/button/methods.js +++ b/tests/unit/button/methods.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/button" + "ui/widgets/button" ], function( $ ) { module("button: methods"); diff --git a/tests/unit/button/options.js b/tests/unit/button/options.js index 23020fc10..ad4169e14 100644 --- a/tests/unit/button/options.js +++ b/tests/unit/button/options.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/button" + "ui/widgets/button" ], function( $ ) { module( "button: options" ); |