From: Eduardo San Martin Morote Date: Sat, 10 Jul 2021 22:27:04 +0000 (+0200) Subject: feat: mark testing as internal X-Git-Tag: v2.0.0-beta.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c8ed6769f0313cdcf6139027c6162e973c8e89;p=thirdparty%2Fvuejs%2Fpinia.git feat: mark testing as internal --- 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 */