jest: remove extraneous comment

This commit is contained in:
Rico Sta. Cruz 2017-08-30 21:58:56 +08:00
parent 52049f2449
commit 1c29859ecf
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@ const fn = jest.fn(n => n * n)
```js ```js
expect(fn) expect(fn)
// Functions
.toHaveBeenCalled() .toHaveBeenCalled()
.toHaveBeenCalledTimes(number) .toHaveBeenCalledTimes(number)
.toHaveBeenCalledWith(arg1, arg2, ...) .toHaveBeenCalledWith(arg1, arg2, ...)