Open jimdubbs opened 2 years ago
I just hit the same issue. It looks like other esbuild transformers had to handle the mock using babel. Is there any plan to add this use case in this transformer @hannoeru ? Without it, we cannot use any mock functionality, which makes it completely unusable
When trying to mock a module import using jest.mock, the mock is not utilized.