diff --git a/jest.md b/jest.md index b6b9a3910..2a93cc823 100644 --- a/jest.md +++ b/jest.md @@ -226,7 +226,6 @@ const fn = jest.fn(n => n * n) ```js expect(fn) - // Functions .toHaveBeenCalled() .toHaveBeenCalledTimes(number) .toHaveBeenCalledWith(arg1, arg2, ...)