I\'m trying to test a useFetch custom hook. This is the hook:
import React from \'react\'; function fetchReducer(state, action) { if (action.type === `fetc