mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-08-05 10:31:53 +00:00
Fix incorrect types between testing library and vitest
This commit is contained in:
@@ -14,8 +14,6 @@ describe('shortUrlCreationReducer', () => {
|
||||
const createShortUrl = createShortUrlCreator(buildShlinkApiClient);
|
||||
const { reducer, resetCreateShortUrl } = shortUrlCreationReducerCreator(createShortUrl);
|
||||
|
||||
afterEach(vi.resetAllMocks);
|
||||
|
||||
describe('reducer', () => {
|
||||
it('returns loading on CREATE_SHORT_URL_START', () => {
|
||||
expect(reducer(undefined, createShortUrl.pending('', fromPartial({})))).toEqual({
|
||||
|
||||
Reference in New Issue
Block a user