chore: remove rendudant expect
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -214,9 +214,6 @@ describe('SearchBar', () => {
|
||||
jest.advanceTimersByTime(debounceTime);
|
||||
});
|
||||
expect(textbox).toHaveValue(value);
|
||||
await waitFor(() => {
|
||||
expect(textbox).toHaveValue(value);
|
||||
});
|
||||
|
||||
expect(query).toHaveBeenLastCalledWith(
|
||||
expect.objectContaining({ term: value }),
|
||||
|
||||
Reference in New Issue
Block a user