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: don't reexport vi utils from vitest #1100

Merged

Conversation

sheremet-va
Copy link
Member

Closes #1092

util functions in vi (fn, spyOn, etc) should be available only on vi to not cause confusion on wich one to use
@netlify
Copy link

netlify bot commented Apr 5, 2022

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit 588b5d9
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/624c046341d9a40009eb570b
😎 Deploy Preview https://deploy-preview-1100--vitest-dev.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.

@antfu antfu merged commit 6f55275 into vitest-dev:main Apr 5, 2022
cexbrayat added a commit to cexbrayat/vitest that referenced this pull request Apr 7, 2022
They were no longer exported since vitest-dev#1100 which was a breaking change in v0.8.5
chaii3 pushed a commit to chaii3/vitest that referenced this pull request May 13, 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.

Remove the named export fn in favour of vi.fn
2 participants