mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-13 01:56:17 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -19,8 +19,6 @@ describe('<ExportShortUrlsBtn />', () => {
|
||||
</MemoryRouter>,
|
||||
);
|
||||
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it.each([
|
||||
[undefined, '0'],
|
||||
[1, '1'],
|
||||
|
||||
Reference in New Issue
Block a user