mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-11 17:16:20 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -28,8 +28,6 @@ describe('<VisitsTable />', () => {
|
||||
],
|
||||
});
|
||||
|
||||
afterEach(vi.resetAllMocks);
|
||||
|
||||
it('renders expected amount of columns', () => {
|
||||
setUp([], []);
|
||||
expect(screen.getAllByRole('columnheader')).toHaveLength(8);
|
||||
|
||||
Reference in New Issue
Block a user