From: Eduardo San Martin Morote Date: Tue, 24 Aug 2021 08:27:57 +0000 (+0200) Subject: chore: remove comment X-Git-Tag: @pinia/nuxt@0.0.2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d40fa3e31f0ac6bde61bda1e6acefd3f258a66f7;p=thirdparty%2Fvuejs%2Fpinia.git chore: remove comment --- diff --git a/packages/testing/src/testing.ts b/packages/testing/src/testing.ts index 044cbfaf..7a292bc5 100644 --- a/packages/testing/src/testing.ts +++ b/packages/testing/src/testing.ts @@ -56,9 +56,6 @@ export interface TestingPinia extends Pinia { * they are replaced with `jest.fn()`, otherwise, you must provide your own * `createSpy` option. * - * @alpha - STILL NOT RELEASED, DO NOT USE. It will be likely moved to its - * own package. - * * @param options - options to configure the testing pinia * @returns a augmented pinia instance */