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

react-ui-org / react-ui / 15157142443

21 May 2025 08:18AM CUT coverage: 43.508%. First build
15157142443

Pull #637

github

web-flow
Merge bfb7bc26c into 38424df08
Pull Request #637: Transform FileInputField jest tests into playwright. (#603)

246 of 884 branches covered (27.83%)

Branch coverage included in aggregate %.

461 of 741 relevant lines covered (62.21%)

18.53 hits per line

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

2.7
/src/components/Toolbar/_helpers/getAlignClassName.js
1
export const getAlignClassName = (value, styles, type) => {
2✔
2
  if (value === 'top') {
×
3
    if (type === 'group') {
×
4
      return styles.isGroupAlignedToTop;
×
5
    }
6
    return styles.isToolbarAlignedToTop;
×
7
  }
8

9
  if (value === 'middle') {
×
10
    if (type === 'group') {
×
11
      return styles.isGroupAlignedToMiddle;
×
12
    }
13
    return styles.isToolbarAlignedToMiddle;
×
14
  }
15

16
  if (value === 'bottom') {
×
17
    if (type === 'group') {
×
18
      return styles.isGroupAlignedToBottom;
×
19
    }
20
    return styles.isToolbarAlignedToBottom;
×
21
  }
22

23
  if (type === 'group') {
×
24
    return styles.isGroupAlignedToBaseline;
×
25
  }
26
  return styles.isToolbarAlignedToBaseline;
×
27
};
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