aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/button/button_common.js')
-rw-r--r--tests/unit/button/button_common.js22
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
- }
-});
-
-} );