We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01589e5 commit 6735d9fCopy full SHA for 6735d9f
src/__tests__/cli-tests.ts
@@ -36,6 +36,7 @@ describe("cli", () => {
36
37
describe("preview", () => {
38
test("should call `utils.writeFile`", () => {
39
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
40
const writeFileSpy = jest.spyOn(utils, "writeFile").mockImplementationOnce(() => {});
41
42
cli.preview("a", "b");
0 commit comments