Skip to content

Commit 6735d9f

Browse files
committed
fix: Ignore eslint warning
1 parent 01589e5 commit 6735d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/cli-tests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ describe("cli", () => {
3636

3737
describe("preview", () => {
3838
test("should call `utils.writeFile`", () => {
39+
// eslint-disable-next-line @typescript-eslint/no-empty-function
3940
const writeFileSpy = jest.spyOn(utils, "writeFile").mockImplementationOnce(() => {});
4041

4142
cli.preview("a", "b");

0 commit comments

Comments
 (0)