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 b042f8e commit 3cb9ab7Copy full SHA for 3cb9ab7
tests/unit/testsuite.js
@@ -10,6 +10,7 @@ function includeScript( url ) {
10
document.write( "<script src='../../../" + url + "'></script>" );
11
}
12
13
+QUnit.config.urlConfig.push( "min" );
14
TestHelpers.loadResources = QUnit.urlParams.min ?
15
function() {
16
// TODO: proper include with theme images
@@ -25,6 +26,7 @@ TestHelpers.loadResources = QUnit.urlParams.min ?
25
26
});
27
};
28
29
+QUnit.config.urlConfig.push( "nojshint" );
30
function testJshint( widget ) {
31
if ( QUnit.urlParams.nojshint ) {
32
return;
0 commit comments