mirror of https://github.com/webpack/webpack.git
fix typo
This commit is contained in:
parent
b6b5977f5d
commit
bfd057c158
|
@ -1,6 +1,6 @@
|
|||
import { value } from "./file";
|
||||
|
||||
it("call module.check api with false should return updatedModules correcttly", function (done) {
|
||||
it("call module.check api with false should return updatedModules correctly", function (done) {
|
||||
expect(value).toBe(1);
|
||||
NEXT(require("./update")(done));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue