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

fix: make imports in wrapperLike relative (again) #1401

Merged
merged 1 commit into from Apr 6, 2022

Conversation

catrope
Copy link
Contributor

@catrope catrope commented Apr 6, 2022

This fixes #936 (again). It was fixed by #1184, but then re-broken
by #1180.

This fixes vuejs#936 (again). It was fixed by vuejs#1184, but then re-broken
by vuejs#1180.
@netlify
Copy link

netlify bot commented Apr 6, 2022

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

Name Link
🔨 Latest commit 288aaa3
🔍 Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/624ce8ece455290008bfd241
😎 Deploy Preview https://deploy-preview-1401--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.

Copy link
Member

@cexbrayat cexbrayat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @catrope 👍

@cexbrayat cexbrayat merged commit 2ea2197 into vuejs:main Apr 6, 2022
wmfgerrit pushed a commit to wikimedia/design-codex that referenced this pull request Apr 6, 2022
Upgrade @vue/test-utils 2.0.0-rc.16 -> 2.0.0-rc.19.

In this version, the typing of VueWrapper and findComponent are fixed,
allowing us to clean up some hacks and type assertions.

We do have to enable skipLibCheck because of typing bugs in
@vue/test-utils. We can disable that again once
vuejs/test-utils#1401 is merged and released.

Change-Id: I2b108a793c1f407bc9d54e17678a024b878f06d0
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.

Build fail due to wrong import in domWrapper.ts
2 participants