fix toHaveLastFetched and toHaveNthFetched Was relying on equality of refernce for different calls, but now fetch-mock builds a new cll object each time, so references are different and need to do a manual comparison
fix toHaveLastFetched and toHaveNthFetched Was relying on equality of refernce for different calls, but now fetch-mock builds a new cll object each time, so references are different and need to do a manual comparison