diff --git a/doc/api/test.md b/doc/api/test.md index 3588c6d6acd45b..c8f8dfd0f62c2e 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -870,6 +870,14 @@ test('changes a mock behavior once', (t) => { }); ``` +### `ctx.resetCalls()` + + + +Resets the call history of the mock function. + ### `ctx.restore()`