Skip to content

v28.0.0

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 17 May 03:13
· 28 commits to master since this release
f75662d

We moved the main version to v28.0.0 to match the latest version of Jest on npm, which is also v28. There will always be bugs, we will fix them in patch/minor versions. If you need Jest 27 support, just install with @vue/vue3-jest@27.

Note: I (@lmiller1990) am not using Vue Jest either personally or professionally and cannot prioritise it as much as my other library (Vue Test Utils). If you'd like to assist with maintaining Vue Jest, please reach out.

How to install

  • yarn add @vue/vue3-jest@28.0.0 (works with Vue 3, Jest 28) or yarn add @vue/vue3-jest@latest for the latest one.
  • yarn add @vue/vue2-jest@28.0.0 (works with Vue 2, Jest 28) or yarn add @vue/vue2-jest@latest for the latest one.

Fixes