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
| 44 | describe(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(), |
Tested by
no test coverage detected