Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update MockFunctionAPI.md
  • Loading branch information
cpojer authored Oct 8, 2017
commit b3038760d1573806d07b4420cc47fcb840a922d1
2 changes: 1 addition & 1 deletion docs/en/MockFunctionAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Mock functions are also known as "spies", because they let you spy on the behavi
## Reference

### `mockFn.getMockName()`
Returns the mock name string set by calling `mockFn.mockName(value)`
Returns the mock name string set by calling `mockFn.mockName(value)`.

### `mockFn.mock.calls`
An array that represents all calls that have been made into this mock function. Each call is represented by an array of arguments that were passed during the call.
Expand Down