import createFetchMock from 'vitest-fetch-mock';
import { vi } from 'vitest';

export const fetchMock = createFetchMock(vi);