In this test case: ```js it('does something', async () => { const foo = bar() expect(baz).toHaveBeenCalledTimes(1) }) ``` The test would be more exhaustive when using `toHaveBeenCalledExactlyOnceWith`