From: Eduardo San Martin Morote Date: Mon, 28 Feb 2022 16:50:41 +0000 (+0100) Subject: style: format X-Git-Tag: @pinia/testing@0.0.10~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72b3321f60ec818f3fbd710bdccd65ca5151baa7;p=thirdparty%2Fvuejs%2Fpinia.git style: format --- diff --git a/packages/testing/src/testing.ts b/packages/testing/src/testing.ts index 99407358..3cf136b1 100644 --- a/packages/testing/src/testing.ts +++ b/packages/testing/src/testing.ts @@ -89,7 +89,10 @@ export function createTestingPinia({ plugins.forEach((plugin) => pinia.use(plugin)) - const createSpy = _createSpy || (typeof jest !== 'undefined' && jest.fn) || (typeof vitest !== 'undefined' && vitest.fn) + const createSpy = + _createSpy || + (typeof jest !== 'undefined' && jest.fn) || + (typeof vitest !== 'undefined' && vitest.fn) /* istanbul ignore if */ if (!createSpy) { throw new Error('You must configure the `createSpy` option.')