Skip to content

Commit eddd999

Browse files
committed
[fixup]: rename common tests
1 parent 558ebdc commit eddd999

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/lib/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function testBasicUsage( widget ) {
6464
});
6565
}
6666

67-
exports.commonWidgetTests = function( widget, settings ) {
67+
exports.testWidget = function( widget, settings ) {
6868
module( widget + ": common widget" );
6969

7070
exports.testJshint( widget );

tests/unit/accordion/accordion_common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ define([
33
"ui/accordion"
44
], function( common ) {
55

6-
common.commonWidgetTests( "accordion", {
6+
common.testWidget( "accordion", {
77
defaults: {
88
active: 0,
99
animate: {},

0 commit comments

Comments
 (0)