Bogdan Nikolakov
Results
2
issues of
Bogdan Nikolakov
I'm currently testing a project, which uses cross-fetch ponyfills in the files (i.e. `import fetch from "cross-fetch"`). [this comment](https://github.com/jefflau/jest-fetch-mock/issues/82#issuecomment-457826837) in #82 suggests just using cross-fetch as polyfill instead of ponyfill,...
I am trying to utilize the getResponse API. In a real world scenario, I want to submit a Formik form. In the submit handler I want to first challenge the...