Skip to content

Commit fdd5836

Browse files
author
Kent C. Dodds
authored
chore: fix eslint issue in tests.
1 parent 68bcdc1 commit fdd5836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/forms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ test('login form submits', () => {
5050
expect(handleSubmit).toHaveBeenCalledWith(fakeUser)
5151
})
5252

53-
/* eslint jsx-a11y/label-has-for:0 */
53+
/* eslint jsx-a11y/label-has-for:0, jsx-a11y/aria-proptypes:0 */

0 commit comments

Comments
 (0)