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 3c2198b commit 7f07f93Copy full SHA for 7f07f93
build/tasks/testswarm.js
@@ -73,7 +73,7 @@ grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile, mino
73
allTests[ test + "-" + version ] = tests[ test ] + "?nojshint=true&jquery=" + version;
74
}
75
});
76
- submit( commit, allTests, configFile, minor + " core", this.async() );
+ submit( commit, allTests, configFile, minor + " core ", this.async() );
77
78
79
};
0 commit comments