mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 19:43:49 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -19,8 +19,6 @@ describe('<ManageServersRowDropdown />', () => {
|
||||
);
|
||||
};
|
||||
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it('renders expected amount of dropdown items', async () => {
|
||||
const { user } = setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user