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