Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 6604313

Browse files
committed
kitchen sink test name
1 parent 748b4f8 commit 6604313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/perf/kitchen-sink/perf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require.config({ baseUrl: "../../../js" });
22

33
// Require both the generic suite and the library to be tested for performance
44
require( ["../suite.js", "jquery.mobile"], function( suite ) {
5-
suite.add( "full widget enchancement", function() {
5+
suite.add( "kitchen sink page enchancement", function() {
66
suite.fixtures.reset();
77
suite.fixtures.trigger( "pagecreate" );
88
});

0 commit comments

Comments
 (0)