MCPcopy
hub / github.com/testing-library/react-hooks-testing-library / resultHistory.test.ts

File resultHistory.test.ts

src/__tests__/resultHistory.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('result history tests', () => {
2 function useValue(value: number) {
3 if (value === 2) {
4 throw Error('expected')

Callers

nothing calls this directly

Calls 4

useValueFunction · 0.85
hydrateFunction · 0.85
renderHookFunction · 0.50
rerenderFunction · 0.50

Tested by

no test coverage detected