mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-08-01 08:31:52 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -31,8 +31,6 @@ describe('<DeleteShortUrlModal />', () => {
|
||||
/>,
|
||||
);
|
||||
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it('shows generic error when non-threshold error occurs', () => {
|
||||
setUp({
|
||||
loading: false,
|
||||
|
||||
Reference in New Issue
Block a user