mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-19 08:16:37 +00:00
Update tests to use vi instead of jest
This commit is contained in:
@@ -32,7 +32,7 @@ describe('<App />', () => {
|
||||
);
|
||||
};
|
||||
|
||||
afterEach(jest.clearAllMocks);
|
||||
afterEach(vi.clearAllMocks);
|
||||
|
||||
it('renders children components', () => {
|
||||
setUp();
|
||||
|
||||
Reference in New Issue
Block a user