mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 03:23:49 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -17,8 +17,6 @@ describe('<RealTimeUpdatesSettings />', () => {
|
||||
/>,
|
||||
);
|
||||
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it('renders enabled real time updates as expected', () => {
|
||||
setUp({ enabled: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user