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: allow referring to first seen value while automocking #1879

Merged
merged 1 commit into from Aug 19, 2022

Conversation

simon-abbott
Copy link
Contributor

The ref ids start at 0. This was a problem because doing if (refId) would behave incorrectly if refId === 0, which is a valid state.

The ref ids start at 0. This was a problem because doing `if (refId)`
would behave incorrectly if `refId === 0`, which is a valid state.
@sheremet-va sheremet-va merged commit 285ac7c into vitest-dev:main Aug 19, 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

2 participants