bookmark

javascript - Jest mocking default exports - require vs import - Stack Overflow


Description

If you want to use es6 import change your mock function to:

jest.mock('./dependecy', () => jest.fn());

Preview

Tags

Users

  • @jil

Comments and Reviews