utils
Functions
| Function | Description |
|---|---|
| expectCallsToEqual | Assert a jest mock function's recorded calls. |
| getFunctionMock | Get a callable as its jest mock. |
| replaceFunctionMock | Replace a jest mock function implementation. |
| replaceFunctionMockOnce | Replace a jest mock function implementation for a single call. |
| resetFunctionMock | Reset a jest mock function. |