MCPcopy
hub / github.com/jestjs/jest / fn

Function fn

packages/expect/src/__tests__/spyMatchers.test.ts:46–46  ·  packages/expect/src/__tests__/spyMatchers.test.ts::fn
()

Source from the content-addressed store, hash-verified

44describe(class="st">'toHaveBeenCalled', () => {
45 test(class="st">'works only on spies or jest.fn', () => {
46 const fn = function fn() {};
47
48 expect(() =>
49 jestExpect(fn).toHaveBeenCalled(),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected