From 922b03752e0ebeccd688e73304ca065f5a281122 Mon Sep 17 00:00:00 2001 From: Ahn Date: Sat, 27 Jan 2018 14:29:40 +0100 Subject: [PATCH] Add title clickable to go to spyOn accessType for API doc (#5404) --- 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) ---