MCPcopy
hub / github.com/vercel/next.js / mockTrace

Function mockTrace

run-tests.js:113–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113const mockTrace = () => ({
114 traceAsyncFn: (fn) => fn(mockTrace()),
115 traceFn: (fn) => fn(mockTrace()),
116 traceChild: () => mockTrace(),
117})
118
119// which types we have configured to run separate
120const configuredTestTypes = Object.values(testFilters)

Callers 1

mainFunction · 0.85

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected