From ddaa8720fd91bd12795f88247b0180e3ce29b00a Mon Sep 17 00:00:00 2001 From: Ahn Date: Sat, 27 Jan 2018 14:03:08 +0100 Subject: [PATCH] Add title clickable to go to spyOn accessType for API doc --- docs/JestObjectAPI.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/JestObjectAPI.md b/docs/JestObjectAPI.md index 986370401d7b..a7442294d0ea 100644 --- a/docs/JestObjectAPI.md +++ b/docs/JestObjectAPI.md @@ -32,6 +32,7 @@ behavior. * [`jest.useFakeTimers()`](#jestusefaketimers) * [`jest.useRealTimers()`](#jestuserealtimers) * [`jest.spyOn(object, methodName)`](#jestspyonobject-methodname) +* [`jest.spyOn(object, methodName, accessType?)`](#jestspyonobject-methodname-accesstype) ---