]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
feat: mark testing as internal
authorEduardo San Martin Morote <posva13@gmail.com>
Sat, 10 Jul 2021 22:27:04 +0000 (00:27 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sat, 10 Jul 2021 22:27:04 +0000 (00:27 +0200)
src/testing.ts

index f8154bc5918dcd772bd724a68514e6b58886fda9..18c3efef44263e610181ce47eba3a95e3d9beee7 100644 (file)
@@ -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
  */