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

react-ui-org / react-ui / 15578173906

11 Jun 2025 06:58AM CUT coverage: 43.721%. First build
15578173906

Pull #640

github

web-flow
Merge e54c6c505 into 36bb792e1
Pull Request #640: Transform popup from jest to playwright (#597)

223 of 823 branches covered (27.1%)

Branch coverage included in aggregate %.

435 of 682 relevant lines covered (63.78%)

18.43 hits per line

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

0.0
/src/components/Popover/_helpers/getRootAlignmentClassName.js
1
export default (placement, styles) => {
2
  const alignment = placement.split('-')[1];
×
3

4
  if (alignment === 'start') {
×
5
    return styles.isRootAtStart;
×
6
  }
7

8
  if (alignment === 'end') {
×
9
    return styles.isRootAtEnd;
×
10
  }
11

12
  return styles.isRootAtCenter;
×
13
};
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