4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
|
|
import '@testing-library/jest-dom';
|
||
|
|
import jestFetchMock from 'jest-fetch-mock';
|
||
|
|
jestFetchMock.enableMocks();
|