Skip to content

Commit

Permalink
refactor(input): remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Mar 31, 2024
1 parent 8761168 commit a099726
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/components/input/__tests__/input.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,5 @@ describe("Input", () => {
await waitFor(() => {
return expect(ref.current?.value)?.toBe(value);
});
await waitFor(() => {
return expect(ref.current?.value)?.toBe(value);
});
});
});

0 comments on commit a099726

Please sign in to comment.