Skip to content

Commit 58c41ce

Browse files
committed
fix test error
1 parent c7683a9 commit 58c41ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/moduleMinimizeTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("module minimize", function() {
1313
var expected = fs.readFileSync(path.join(testCasesPath, name, "expected.css"), "utf-8");
1414

1515
test(name, source, expected, '?' + JSON.stringify({
16-
module:true,
16+
module: true,
1717
sourceMap: true,
1818
minimize: {
1919
discardComments: false

0 commit comments

Comments
 (0)