mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 03:23:49 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -13,8 +13,6 @@ describe('<ShortUrlCreationSettings />', () => {
|
||||
/>,
|
||||
);
|
||||
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it.each([
|
||||
[{ validateUrls: true }, true],
|
||||
[{ validateUrls: false }, false],
|
||||
|
||||
Reference in New Issue
Block a user