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 ca97ffb commit bf6550aCopy full SHA for bf6550a
test/moduleMinimizeTest.js
@@ -12,6 +12,6 @@ describe("module", function() {
12
var source = fs.readFileSync(path.join(testCasesPath, name, "source.css"), "utf-8");
13
var expected = fs.readFileSync(path.join(testCasesPath, name, "expected.css"), "utf-8");
14
15
- test(name, source, expected, "?module&minimize&sourceMap&-comments&localIdentName=_[local]_");
+ test(name, source, expected, "?module&minimize&sourceMap&-discardComments&localIdentName=_[local]_");
16
});
17
0 commit comments