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: birpc using safe timers #1379

Merged
merged 1 commit into from May 27, 2022
Merged

Conversation

sheremet-va
Copy link
Member

Fixes #1154

@netlify
Copy link

netlify bot commented May 26, 2022

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit 8878347
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/628fb17b9167090009a42331
😎 Deploy Preview https://deploy-preview-1379--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.

@sheremet-va sheremet-va requested a review from antfu May 26, 2022 16:59
@antfu
Copy link
Member

antfu commented May 27, 2022

Not very sure about the perf impact but I think we could have it for now

@sxzz
Copy link
Contributor

sxzz commented Aug 28, 2022

After this PR, the unit test of Element Plus failed... I don't know why.
https://github.com/element-plus/element-plus/blob/dev/packages/components/autocomplete/__tests__/autocomplete.test.tsx#L89

GabrielBuragev added a commit to beamer-bridge/beamer that referenced this pull request Jan 19, 2023
Seems like there is a weird issue with vitest version <0.12.10 when
using mocked timers inside tests. More specifically, this issue:
vitest-dev/vitest#1379
This commit updates the version of vitest to a version which contains
a fix for this issue.
GabrielBuragev added a commit to beamer-bridge/beamer that referenced this pull request Jan 19, 2023
Seems like there is a weird issue with vitest version <0.12.10 when
using mocked timers inside tests. More specifically, this issue:
vitest-dev/vitest#1379
This commit updates the version of vitest to a version which contains
a fix for this issue.
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.

Using console.log in test when useFakeTimers results in unexpected timer added from birpc package
3 participants