From 9477abcabd3c4ac703e779d2ecc16c07bc4c58fd Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 11 May 2023 11:50:46 +0200 Subject: [PATCH] style: lint --- packages/testing/src/testing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/testing/src/testing.ts b/packages/testing/src/testing.ts index a9f7760a..0b4db94f 100644 --- a/packages/testing/src/testing.ts +++ b/packages/testing/src/testing.ts @@ -65,7 +65,7 @@ export interface TestingOptions { /** * Function used to create a spy for actions and `$patch()`. Pre-configured - * with `jest.fn` in Jest projects or `vi.fn` in Vitest projects if + * with `jest.fn` in Jest projects or `vi.fn` in Vitest projects if * `globals: true` is set. */ createSpy?: (fn?: (...args: any[]) => any) => (...args: any[]) => any -- 2.47.2