From 1fea4a998c9ab00b4c462101d1090be8be029716 Mon Sep 17 00:00:00 2001 From: Sukka Date: Wed, 17 Jan 2024 16:10:57 +0800 Subject: [PATCH] fix: typo per code suggestions Co-authored-by: JounQin --- test/pattern.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pattern.spec.ts b/test/pattern.spec.ts index bb348a8..6dde963 100644 --- a/test/pattern.spec.ts +++ b/test/pattern.spec.ts @@ -22,7 +22,7 @@ describe('match pattern', () => { '/src/should-not-be-included/hello/zoo.js': "export const zoo = 'zoo'", }) - // @ts-expect-error -- Need to find a better way to moch this + // @ts-expect-error -- Need to find a better way to mock this // eslint-disable-next-line @typescript-eslint/no-unsafe-call execa.sync.mockImplementation((_command: string, args: string[]) => { switch (args[0]) {