⚠️ Breaking ⚠️
There is a potentially breaking change for some projects: #471 (comment)
If this is a problem you cannot work around, file an issue and we can see what the best option is moving forward. The goal of this PR is to not require ts-jest
and typescript
to use vue-jest
.
Installation
yarn add @vue/vue2-jest@28.1.0 --dev
yarn add @vue/vue3-jest@28.1.0 --dev
What's Changed
- fix: source maps for vue2-jest by @NikhilVerma in #486
- feat: load TypeScript config from
tsconfig
package instead ofts-jest
by @nogic1008 in #471 - fix: Less relative path in imports by @cmath10 in #475
New Contributors
- @NikhilVerma made their first contribution in #486
- @cmath10 made their first contribution in #475
Full Changelog: v28.0.1...v28.1.0