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

test(module-resolver): fix custom matchers #4952

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

cardoso
Copy link
Contributor

@cardoso cardoso commented Nov 26, 2024

Details

Turns out these matchers were broken, but went unnoticed because tests were passing. diffStringsUnified was supposed to be a named import and was undefined here. We don't need it with vitest since we can return expected and actual in the matcher result, so I just removed the '@vitest/utils' dependency altogether.

Does this pull request introduce a breaking change?

  • 😮‍💨 No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • 🤞 No, it does not introduce an observable change.

GUS work item

@cardoso cardoso requested a review from a team as a code owner November 26, 2024 12:51
@wjhsf
Copy link
Contributor

wjhsf commented Nov 26, 2024

/nucleus test

Copy link
Collaborator

@nolanlawson nolanlawson left a comment

Choose a reason for hiding this comment

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

Thank you! Looks great. :shipit:

@nolanlawson nolanlawson merged commit b74b3d7 into salesforce:master Nov 26, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants