From 18c8ed6769f0313cdcf6139027c6162e973c8e89 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 11 Jul 2021 00:27:04 +0200 Subject: [PATCH] feat: mark testing as internal --- src/testing.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/testing.ts b/src/testing.ts index f8154bc5..18c3efef 100644 --- a/src/testing.ts +++ b/src/testing.ts @@ -58,6 +58,9 @@ export interface TestingPinia extends Pinia { * they are replaced with `jest.fn()`, otherwise, you must provide your own * `createSpy` option. * + * @internal - 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.2