MCPcopy Create free account
hub / github.com/streamich/react-use / setUp

Function setUp

tests/useGetSetState.test.ts:7–7  ·  view source on GitHub ↗
(initialState: any)

Source from the content-addressed store, hash-verified

5const mockConsoleError = jest.fn();
6
7const setUp = (initialState: any) => renderHook(() => useGetSetState(initialState));
8
9beforeAll(() => {
10 console.error = mockConsoleError;

Callers 1

Calls 1

useGetSetStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…