yamada-ui / yamada-ui

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion.
https://yamada-ui.com
MIT License
810 stars 216 forks source link

Enhance Test Coverage for `@yamada-ui/core` #2076

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 5 months ago

package: @yamada-ui/core

Description

@yamada-ui/core has a test coverage of less than 95%. We will enhance it to above 95%.

Target files

Problem Statement/Justification

Testing is essential to ensure quality when operating a package.

Additional Information

While it's ideal to cover all tests, if there are too many lines to work on, please create a PR within your capacity. Any deficiencies not covered by the PR will be automatically created as issues.

koralle commented 4 months ago

To increase the coverage of this part, it is necessary to properly understand the ColorModeProvider. I need a little more time.