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) oryarn add @vue/vue3-jest@latest
for the latest one.yarn add @vue/vue2-jest@28.0.0
(works with Vue 2, Jest 28) oryarn add @vue/vue2-jest@latest
for the latest one.
Fixes
- #428 - Source map fix by @Iptai
- #468 - Jest 28 support by @valentinpalkovic