(initialState: any)
| 5 | const mockConsoleError = jest.fn(); |
| 6 | |
| 7 | const setUp = (initialState: any) => renderHook(() => useGetSetState(initialState)); |
| 8 | |
| 9 | beforeAll(() => { |
| 10 | console.error = mockConsoleError; |
no test coverage detected
searching dependent graphs…