mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-08-01 00:21:52 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -51,8 +51,6 @@ describe('<ShortUrlsList />', () => {
|
||||
(useNavigate as any).mockReturnValue(navigate);
|
||||
});
|
||||
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it('wraps expected components', () => {
|
||||
setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user