mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 09:06:20 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -13,8 +13,6 @@ describe('<VisitsFilterDropdown />', () => {
|
||||
/>,
|
||||
);
|
||||
|
||||
beforeEach(vi.clearAllMocks);
|
||||
|
||||
it('has expected text', () => {
|
||||
setUp();
|
||||
expect(screen.getByRole('button', { name: 'Filters' })).toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user