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

react-ui-org / react-ui / 14924966018

09 May 2025 08:38AM UTC coverage: 53.108%. First build
14924966018

Pull #636

github

web-flow
Merge 934e2f691 into 6b1c4e759
Pull Request #636: Refactoring/miscellaneous jest to playwright

334 of 897 branches covered (37.24%)

Branch coverage included in aggregate %.

563 of 792 relevant lines covered (71.09%)

24.19 hits per line

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

5.88
/src/components/Toolbar/_helpers/getJustifyClassName.js
1
export const getJustifyClassName = (value, styles) => {
2✔
2
  if (value === 'start') {
×
3
    return styles.isToolbarJustifiedToStart;
×
4
  }
5

6
  if (value === 'center') {
×
7
    return styles.isToolbarJustifiedToCenter;
×
8
  }
9

10
  if (value === 'end') {
×
11
    return styles.isToolbarJustifiedToEnd;
×
12
  }
13

14
  return styles.isToolbarJustifiedToSpaceBetween;
×
15
};
16

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

© 2025 Coveralls, Inc