]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove comment
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 24 Aug 2021 08:27:57 +0000 (10:27 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 24 Aug 2021 08:27:57 +0000 (10:27 +0200)
packages/testing/src/testing.ts

index 044cbfaf27500e947764b13fbeffc653033aa58a..7a292bc5edab01aba0b646b8f81047d76fc299ae 100644 (file)
@@ -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
  */