Fix/tooltip typo and status chip test - #928
Open
aramani-availity wants to merge 2 commits into
Open
Conversation
aramani-availity
requested review from
LauRoxx,
gregmartDOTin and
jordan-a-young
as code owners
July 17, 2026 13:10
Contributor
|
🚀 Preview deployed! |
LauRoxx
reviewed
Jul 17, 2026
| import { StatusChip } from './StatusChip'; | ||
|
|
||
| describe('Chip', () => { | ||
| describe('StatusChip', () => { |
Contributor
There was a problem hiding this comment.
no need to make changes, but as a general note for the future - since these changes are for only tests and docs then a new version is not needed.
if you were instead to name the commits test(mui-chip): fix StatusChip test importing wrong component and docs(mui-tooltip): fix typo in leaveDelay description (micro seconds → milliseconds) then semver would skip those commits when determining version.
Contributor
There was a problem hiding this comment.
oh, quick correction. we skip docs commits, but not test. so test would still trigger a new version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added minor fixes for