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

react-ui-org / react-ui / 16515684792

25 Jul 2025 06:45AM UTC coverage: 59.662%. First build
16515684792

Pull #649

github

web-flow
Merge 598129bc9 into 63d6139bc
Pull Request #649: Transform scrollview jest tests into playwright (#598)

101 of 199 branches covered (50.75%)

Branch coverage included in aggregate %.

146 of 215 relevant lines covered (67.91%)

7.08 hits per line

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

29.41
/src/components/_helpers/getRootPriorityClassName.js
1
export const getRootPriorityClassName = (priority, styles) => {
2✔
2
  if (priority === 'filled') {
2!
3
    return styles.isRootPriorityFilled;
2✔
4
  }
5

6
  if (priority === 'outline') {
×
7
    return styles.isRootPriorityOutline;
×
8
  }
9

10
  if (priority === 'flat') {
×
11
    return styles.isRootPriorityFlat;
×
12
  }
13

14
  return null;
×
15
};
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