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 722c4be commit 1f65b3bCopy full SHA for 1f65b3b
tests/unit/testsuite.js
@@ -28,9 +28,9 @@ QUnit.reset = function() {
28
QUnit.config.requireExpects = true;
29
30
QUnit.config.urlConfig.push({
31
- id: "min",
32
- label: "Minified source",
33
- tooltip: "Load minified source files instead of the regular unminified ones."
+ id: "min",
+ label: "Minified source",
+ tooltip: "Load minified source files instead of the regular unminified ones."
34
});
35
36
TestHelpers.loadResources = QUnit.urlParams.min ?
0 commit comments