npm @vue/vue3-jest 28.0.0
v28.0.0

latest releases: 29.2.6, 29.2.5, 29.2.4...
2 years ago

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

Don't miss a new vue3-jest release

NewReleases is sending notifications on new releases.