We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558ebdc commit eddd999Copy full SHA for eddd999
tests/lib/common.js
@@ -64,7 +64,7 @@ function testBasicUsage( widget ) {
64
});
65
}
66
67
-exports.commonWidgetTests = function( widget, settings ) {
+exports.testWidget = function( widget, settings ) {
68
module( widget + ": common widget" );
69
70
exports.testJshint( widget );
tests/unit/accordion/accordion_common.js
@@ -3,7 +3,7 @@ define([
3
"ui/accordion"
4
], function( common ) {
5
6
-common.commonWidgetTests( "accordion", {
+common.testWidget( "accordion", {
7
defaults: {
8
active: 0,
9
animate: {},
0 commit comments