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

react-ui-org / react-ui / 16141702577

08 Jul 2025 11:16AM UTC coverage: 91.677%. First build
16141702577

Pull #657

github

web-flow
Merge 03b28976b into 801831f53
Pull Request #657: Fix `ScrollView` scroll position issues (#501)

766 of 841 branches covered (91.08%)

Branch coverage included in aggregate %.

18 of 22 new or added lines in 2 files covered. (81.82%)

732 of 793 relevant lines covered (92.31%)

76.36 hits per line

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

0.0
/src/components/Popover/_helpers/cleanPlacementStyle.js
1
export default (placementStyle) => {
2
  const validProps = [
×
3
    'position',
4
    'inset',
5
    'inset-inline-start',
6
    'inset-inline-end',
7
    'inset-block-start',
8
    'inset-block-end',
9
    'top',
10
    'right',
11
    'bottom',
12
    'left',
13
    'translate',
14
    'transform-origin',
15
  ];
16

17
  return Object.fromEntries(
×
18
    Object.entries(placementStyle).filter(([prop]) => validProps.includes(prop)),
×
19
  );
20
};
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