Skip to content

Commit 3856486

Browse files
committed
Fix assertion for 1764
1 parent 97735b0 commit 3856486

File tree

1 file changed

+1
-1
lines changed
  • test/configCases/plugins/lib-manifest-plugin

1 file changed

+1
-1
lines changed

test/configCases/plugins/lib-manifest-plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ it("should write the correct manifest", function() {
1313
manifest.should.have.key("content", "name");
1414
manifest.content.should.not.have.property("./a.js");
1515
manifest.content.should.have.property("./index.js");
16-
manifest.content["./index.js"].should.eql(0);
16+
manifest.content["./index.js"].should.eql(1);
1717
});

0 commit comments

Comments
 (0)