Skip to content

Commit ee36340

Browse files
chore: ignore lines causing patch coverage to fail
1 parent d4745b5 commit ee36340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const AppSettingsModal = ({
8787
// If submitting the form with errors, show the alert and scroll to it.
8888
await handleSubmit(event);
8989
if (Object.keys(errors).length > 0) {
90-
/* instanbul ignore next: temp to unblock lint cleanup. We probably should test this. */
90+
/* istanbul ignore next: temp to unblock lint cleanup. We probably should test this. */
9191
setSaveError(true);
9292
alertRef?.current.scrollIntoView?.(); // eslint-disable-line no-unused-expressions
9393
}

0 commit comments

Comments
 (0)