Skip to content

Commit bf6550a

Browse files
committed
fixed test for deprecated options
1 parent ca97ffb commit bf6550a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/moduleMinimizeTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ describe("module", function() {
1212
var source = fs.readFileSync(path.join(testCasesPath, name, "source.css"), "utf-8");
1313
var expected = fs.readFileSync(path.join(testCasesPath, name, "expected.css"), "utf-8");
1414

15-
test(name, source, expected, "?module&minimize&sourceMap&-comments&localIdentName=_[local]_");
15+
test(name, source, expected, "?module&minimize&sourceMap&-discardComments&localIdentName=_[local]_");
1616
});
1717
});

0 commit comments

Comments
 (0)