When I use `fetch('someUrl')` in my code, the jest will report a bug like `ReferenceError: fetch is not defined`. How can I solve this problem?