diff options
Diffstat (limited to 'tests/unit/button')
-rw-r--r-- | tests/unit/button/button_common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/button/button_common.js b/tests/unit/button/button_common.js index ef22d3011..1564a1bee 100644 --- a/tests/unit/button/button_common.js +++ b/tests/unit/button/button_common.js @@ -1,5 +1,6 @@ TestHelpers.commonWidgetTests( "button", { defaults: { + classes: {}, disabled: null, icons: { primary: null, |