mirror of https://github.com/webpack/webpack.git
fix bad unittest
This commit is contained in:
parent
fbd97de07b
commit
944fa78369
|
|
@ -33,6 +33,7 @@ describe("NormalModule", function() {
|
||||||
resource,
|
resource,
|
||||||
parser
|
parser
|
||||||
);
|
);
|
||||||
|
normalModule.cacheable = true;
|
||||||
});
|
});
|
||||||
describe("#identifier", function() {
|
describe("#identifier", function() {
|
||||||
it("returns an identifier for this module", function() {
|
it("returns an identifier for this module", function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue