mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
Fixed warning in ImportServersBtnTest
This commit is contained in:
@@ -59,6 +59,7 @@ describe('<ImportServersBtn />', () => {
|
||||
|
||||
input && fireEvent.change(input, { target: { files: [''] } });
|
||||
expect(importServersFromFile).toHaveBeenCalledTimes(1);
|
||||
await waitFor(() => expect(createServersMock).toHaveBeenCalledTimes(1));
|
||||
});
|
||||
|
||||
it.each([
|
||||
|
||||
Reference in New Issue
Block a user