Skip to content

Conversation

@jmsjtu
Copy link
Member

@jmsjtu jmsjtu commented Dec 1, 2025

Details

Closes #5584

Does this pull request introduce a breaking change?

  • ๐Ÿ˜ฎโ€๐Ÿ’จ No, it does not introduce a breaking change.
  • ๐Ÿ’” Yes, it does introduce a breaking change.

Does this pull request introduce an observable change?

  • ๐Ÿคž No, it does not introduce an observable change.
  • ๐Ÿ”ฌ Yes, it does include an observable change.

GUS work item

@jmsjtu jmsjtu requested a review from a team as a code owner December 1, 2025 23:18
Comment on lines +39 to 47

if (env === 'production') {
callback();
// eslint-disable-next-line vitest/no-conditional-expect
expect(error).toHaveBeenCalledExactlyOnceWith(expectedError);
} else {
// eslint-disable-next-line vitest/no-conditional-expect
expect(callback).toThrowError(expectedError);
}
Copy link
Member Author

Choose a reason for hiding this comment

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

Bumping the vitest eslint version triggers this new linting error. Ignoring most of these for now, I fixed a few simple ones.

@jmsjtu
Copy link
Member Author

jmsjtu commented Dec 2, 2025

/nucleus ignore -m 'downstream failures unrelated'

@jmsjtu jmsjtu merged commit d0343b6 into master Dec 2, 2025
44 checks passed
@jmsjtu jmsjtu deleted the jtu/bump-vitest branch December 2, 2025 17:12
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.

Upgrade to vitest@4.*.*

3 participants