mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 10:03:51 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -32,8 +32,6 @@ describe('<App />', () => {
|
||||
);
|
||||
};
|
||||
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it('renders children components', () => {
|
||||
setUp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user