diff options
Diffstat (limited to 'tests/unit/button/button_common.js')
-rw-r--r-- | tests/unit/button/button_common.js | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/unit/button/button_common.js b/tests/unit/button/button_common.js deleted file mode 100644 index d376f4f05..000000000 --- a/tests/unit/button/button_common.js +++ /dev/null @@ -1,22 +0,0 @@ -define( [ - "lib/common", - "ui/button" -], function( common ) { - -common.testWidget( "button", { - defaults: { - classes: {}, - disabled: null, - icons: { - primary: null, - secondary: null - }, - label: null, - text: true, - - // callbacks - create: null - } -}); - -} ); |