You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/docs/Usage/upgrade-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Similar to the last point, `.once()`, `.get()`, `.post()`, `getOnce()`, `postOnc
26
26
27
27
### Call history methods changed
28
28
29
-
The filtering behaviour has been rewritten around named routes, and methods return CallLog objects that contain far more metadata about the call. [Call history docs](/fetch-mock/docs/API/CallHistory)
29
+
The filtering behaviour has been rewritten around named routes, and methods return CallLog objects that contain far more metadata about the call. All methods, including, `done()` shoudl now be called on `fetchMock.callHistory` (not `fetchMock`). [Call history docs](/fetch-mock/docs/API/CallHistory).
30
30
31
31
### Relative URLs not permitted by default in Node.js
0 commit comments