mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
2417f40d37
* Switch jest unit tests to vitest * Cleanup vite config after debugging
4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
import createFetchMock from 'vitest-fetch-mock';
|
|
import { vi } from 'vitest';
|
|
|
|
export const fetchMock = createFetchMock(vi);
|