Skip to content

Commit 00e67ef

Browse files
committed
fix lint
1 parent 0a371f5 commit 00e67ef

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/ts/test/utils/index.test.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
import { jest } from "@jest/globals";
21
import { Imports as ASImports } from "@assemblyscript/loader";
32

4-
const mockWriteFile = jest.fn();
5-
jest.unstable_mockModule("node:fs", () => ({
6-
writeFileSync: mockWriteFile,
7-
}));
8-
9-
const { supplyDefaultFunction } = await import("../../../../src/utils/index.js");
3+
import { supplyDefaultFunction } from "../../../../src/utils/index.js";
104

115
describe("supplyDefaultFunction", () => {
126
test("supplyTest", () => {

0 commit comments

Comments
 (0)