coverage: ignore useI18n

This commit is contained in:
David Lechner
2022-03-25 15:54:04 -05:00
parent 5dd61fa4c3
commit f36e774d1e
19 changed files with 28 additions and 7 deletions
@@ -36,6 +36,7 @@ const NewFileWizard: React.VoidFunctionComponent<NewFileWizardProps> = ({
isOpen,
onClose,
}) => {
// istanbul ignore next: babel-loader rewrites this line
const [i18n] = useI18n();
const dispatch = useDispatch();