testing-library / vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
http://testing-library.com/vue
MIT License
1.07k stars 111 forks source link

chore: upgrade to Jest 27 #242

Closed nickserv closed 3 years ago

nickserv commented 3 years ago

Blocked by https://github.com/vuejs/vue-jest/pull/343

What: Upgrade to Jest 27

Why: Ensuring compatibility with breaking changes in Jest 27

How: Upgrading packages

nickserv commented 3 years ago

@afontcu Based on https://github.com/vuejs/vue-jest/pull/343, it seems like we may need to wait until we support Vue 3 to support Jest 27. I've asked if they can add Vue 2 support upstream in https://github.com/vuejs/vue-jest/pull/343#issuecomment-878764614.

nickserv commented 3 years ago

Closing in favor of #244 for now. I'll try to rework this once vue-jest is ready for Jest 27 with Vue 2, or once we're ready for Vue 3.