]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
style: lint
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 May 2023 09:50:46 +0000 (11:50 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 May 2023 09:50:46 +0000 (11:50 +0200)
packages/testing/src/testing.ts

index a9f7760a6e66afe0778eca7fd582212630baec7e..0b4db94f57feadc0b865154197f279da5aea2f86 100644 (file)
@@ -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