I am trying to mock Fetch in Jasmine/Karma test using fetch-mock
But it is not working, seems that fetch-mock
does not mock the request.
I tried to set up the polyfill codes, but the result is the same.
Is there something we have to set up before the testing?