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 97735b0 commit 3856486Copy full SHA for 3856486
test/configCases/plugins/lib-manifest-plugin/index.js
@@ -13,5 +13,5 @@ it("should write the correct manifest", function() {
13
manifest.should.have.key("content", "name");
14
manifest.content.should.not.have.property("./a.js");
15
manifest.content.should.have.property("./index.js");
16
- manifest.content["./index.js"].should.eql(0);
+ manifest.content["./index.js"].should.eql(1);
17
});
0 commit comments