Radi-Mortada

Results 2 issues of Radi-Mortada

Currently the abort signal error is forced to be as following: **https://github.com/jefflau/jest-fetch-mock/blob/master/src/index.js#L88 source code:** ``` const abortError = () => new DOMException('The operation was aborted. ', 'AbortError') ``` **My test...

In V4.0.0 onAfter is not being called if we called preload. [V4.0.0 Sandbox](https://codesandbox.io/s/react-sandbox-pxwr1) but in V3.0.3 onAfter is called correctly after we call preload. [V3.0.3 Sandbox](https://codesandbox.io/s/react-sandbox-jjpll) is it expected?

help wanted