Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mm4k committed Nov 11, 2024
1 parent a469848 commit f354b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ describe('Input', () => {
expect(inputEl.disabled).toBe(true);
fireEvent.keyDown(inputEl, { key: 'Enter' });
expect(onPressEnter).toBeCalledTimes(2);
expect(inputEl).toBeDisabled();
});

it('should trigger onChange', () => {
Expand Down

0 comments on commit f354b57

Please sign in to comment.