From: Eduardo San Martin Morote Date: Thu, 11 May 2023 09:50:46 +0000 (+0200) Subject: style: lint X-Git-Tag: @pinia/nuxt@0.4.11~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9477abcabd3c4ac703e779d2ecc16c07bc4c58fd;p=thirdparty%2Fvuejs%2Fpinia.git style: lint --- 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