MCPcopy
hub / github.com/motiondivision/motion / test

Function test

packages/motion-utils/src/__tests__/memo.test.ts:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 const callback = jest.fn()
6
7 const test = () => {
8 callback()
9 return 0
10 }
11
12 const memoized = memo(test)
13

Callers 15

animate.spec.tsFile · 0.90
mini.spec.tsFile · 0.90
view.spec.tsFile · 0.90
svg.spec.tsFile · 0.90
attr.spec.tsFile · 0.90
resize.spec.tsFile · 0.90
hover.spec.tsFile · 0.90
press.spec.tsFile · 0.90
scroll.spec.tsFile · 0.90

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected