mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-03 14:21:49 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -17,8 +17,6 @@ describe('ShlinkApiClient', () => {
|
||||
['abc123', 'example.com'],
|
||||
];
|
||||
|
||||
beforeEach(vi.clearAllMocks);
|
||||
|
||||
describe('listShortUrls', () => {
|
||||
const expectedList = ['foo', 'bar'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user