From d40fa3e31f0ac6bde61bda1e6acefd3f258a66f7 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 24 Aug 2021 10:27:57 +0200 Subject: [PATCH] chore: remove comment --- packages/testing/src/testing.ts | 3 --- 1 file changed, 3 deletions(-) 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 */ -- 2.47.3