blob: ef22d30114fa6b663fac6a617fe5e36780f21887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TestHelpers.commonWidgetTests( "button", {
defaults: {
disabled: null,
icons: {
primary: null,
secondary: null
},
label: null,
text: true,
// callbacks
create: null
}
});
|