Apr 25, 2016 — export function baz() {...} I unmock the module for testing. jest.unmock('./myModule.js');. However, I need to mock foo , because it makes ajax ...
jest-mock-exported-function-typescript
3925e8d270
jest mock exported function typescript
Comments