jefflau / jest-fetch-mock

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

Default export missing in type declaration #146

Closed joshuajaco closed 4 years ago

joshuajaco commented 4 years ago

When trying to call a function on the default export you get the following type error: TS2339: Property 'enableMocks' does not exist on type 'typeof import("/Users/joshua.jacobowitz/workspace/injixo-ui/node_modules/jest-fetch-mock/types/index")'. This is because the typings file is missing a default export declaration.

joshuajaco commented 4 years ago

Works with v3.0.2