aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_common.js
blob: 1564a1beeee6bc488e781da13e084df87270b9d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TestHelpers.commonWidgetTests( "button", {
	defaults: {
		classes: {},
		disabled: null,
		icons: {
			primary: null,
			secondary: null
		},
		label: null,
		text: true,

		// callbacks
		create: null
	}
});