mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-15 03:53:51 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -28,8 +28,6 @@ describe('<CreateServer />', () => {
|
||||
return renderWithEvents(<CreateServer createServers={createServersMock} servers={servers} />);
|
||||
};
|
||||
|
||||
beforeEach(vi.clearAllMocks);
|
||||
|
||||
it('shows success message when imported is true', () => {
|
||||
setUp(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user