We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748b4f8 commit 6604313Copy full SHA for 6604313
tests/perf/kitchen-sink/perf.js
@@ -2,7 +2,7 @@ require.config({ baseUrl: "../../../js" });
2
3
// Require both the generic suite and the library to be tested for performance
4
require( ["../suite.js", "jquery.mobile"], function( suite ) {
5
- suite.add( "full widget enchancement", function() {
+ suite.add( "kitchen sink page enchancement", function() {
6
suite.fixtures.reset();
7
suite.fixtures.trigger( "pagecreate" );
8
});
0 commit comments