Error : Cannot read property fetch. Using jest-exp

2019-04-22 05:56发布

问题:

TypeError: Cannot read property 'fetch' of undefined

  at node_modules/whatwg-fetch/fetch.js:4:8
  at Object.<anonymous> (node_modules/whatwg-fetch/fetch.js:466:3)
  at Object.<anonymous> (node_modules/jest-expo/src/setup.js:97:348)

Got error while running tests with jest-expo. If anyone have solution please share.