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

feat: add no content text on indicator component #854

Merged

Conversation

wermeson-lopes-brisa
Copy link
Contributor

resolve that #852

Copy link
Member

@iurynogueira iurynogueira left a comment

Choose a reason for hiding this comment

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

Thanks for your contribute!

Comment on lines +233 to +237
const notValidValues = [null, undefined, ''];

it.each(notValidValues)(
'Should render no value msg when value is %s',
async (notValidValue) => {
Copy link
Member

Choose a reason for hiding this comment

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

👏 Good!

@wermeson-lopes-brisa wermeson-lopes-brisa merged commit 7860c71 into main Oct 3, 2023
3 checks passed
@wermeson-lopes-brisa wermeson-lopes-brisa deleted the 852-feat-add-no-content-text-on-indicator-component branch October 3, 2023 14:41
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.

feat: add no content text on indicator component
3 participants