Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to vitest v0.24.3 #1823

Merged
merged 1 commit into from Oct 20, 2022
Merged

Conversation

cexbrayat
Copy link
Member

We were blocked by vitest-dev/vitest#1978 but thanks to @sheremet-va help (see vitest-dev/vitest#1978 (comment)) we now have a way to use the latest vitest releases.

It turns out that we needed to:

  • alias @vue/compat to its ESM bundle
  • use Vue.extend instead of extend in the compat.spec.ts file, as extend is not a named export

We were blocked by vitest-dev/vitest#1978
but thanks to @sheremet-va help (see vitest-dev/vitest#1978 (comment))
we now have a way to use the latest vitest releases.

It turns out that we needed to:
- alias `@vue/compat` to its ESM bundle
- use `Vue.extend` instead of `extend` in the `compat.spec.ts` file, as `extend` is not a named export
@netlify
Copy link

netlify bot commented Oct 20, 2022

Deploy Preview for vue-test-utils-docs ready!

Name Link
🔨 Latest commit e9ec5aa
🔍 Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/6350fb97a55ee000090daafd
😎 Deploy Preview https://deploy-preview-1823--vue-test-utils-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@cexbrayat cexbrayat merged commit 33d7c68 into vuejs:main Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant