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

react-ui-org / react-ui / 14754571926

30 Apr 2025 12:28PM UTC coverage: 90.36% (-0.3%) from 90.674%
14754571926

Pull #629

github

web-flow
Merge 16c03b2ce into f3d65f42a
Pull Request #629: Fix `FileInputField` not resetting properly (#627)

805 of 894 branches covered (90.04%)

Branch coverage included in aggregate %.

7 of 13 new or added lines in 1 file covered. (53.85%)

751 of 828 relevant lines covered (90.7%)

73.92 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