This commit is contained in:
成仕伟 2022-03-20 20:58:02 +08:00
parent b6b5977f5d
commit bfd057c158
1 changed files with 1 additions and 1 deletions

View File

@ -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));
});