Skip to content

Commit 0dee60d

Browse files
Disable Jest coverage for FileInputField
1 parent 30435f0 commit 0dee60d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/FileInputField/FileInputField.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import { Text } from '../Text';
1919
import { FormLayoutContext } from '../FormLayout';
2020
import styles from './FileInputField.module.scss';
2121

22+
/* istanbul ignore file */
23+
2224
export const FileInputField = React.forwardRef((props, ref) => {
2325
const {
2426
disabled,

0 commit comments

Comments
 (0)