kenotron / esm-jest

Sample repository that would demonstrate how to use jest with ESM module
24 stars 5 forks source link

jest.mock example #6

Open nponeccop opened 3 years ago

nponeccop commented 3 years ago

Now that the upstream Jest has some ESM support, there is slightly less need in the esm transform. But their current level of support in jest@next doesn't allow for mocking certain module types.

Can you add some jest.mock examples?