mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-23 23:16:24 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -30,8 +30,6 @@ describe('<DeleteServerModal />', () => {
|
||||
);
|
||||
};
|
||||
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it('renders a modal window', () => {
|
||||
setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user