jefflau / jest-fetch-mock

Jest mock for fetch
MIT License
882 stars 116 forks source link

Readme: TypeScript importing - very bad advice #158

Open Akiyamka opened 4 years ago

Akiyamka commented 4 years ago

add

import 'jest-fetch-mock'

as recommended in readme broke global types

Must be:

import('jest-fetch-mock')

Related issue: #82

yinzara commented 2 years ago

I'm curious, why is the original bad advice?

Akiyamka commented 2 years ago

Details are available at the links