• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

react-ui-org / react-ui / 14831340595

05 May 2025 07:31AM UTC coverage: 77.116% (-13.2%) from 90.283%
14831340595

Pull #636

github

web-flow
Merge c233dddc7 into b73b8ec0f
Pull Request #636: Refactoring/miscellaneous jest to playwright

626 of 897 branches covered (69.79%)

Branch coverage included in aggregate %.

695 of 816 relevant lines covered (85.17%)

43.59 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/src/components/Text/_helpers/getRootWordWrappingClassName.js
1
export const getRootWordWrappingClassName = (wordWrapping, styles) => {
8✔
2
  if (wordWrapping === 'anywhere') {
52!
3
    return styles.isRootWordWrappingAnywhere;
×
4
  }
5

6
  if (wordWrapping === 'long-words') {
52!
7
    return styles.isRootWordWrappingLongWords;
×
8
  }
9

10
  return null;
52✔
11
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc