[Feature request] Support for jest.mocks with independent modules #18
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Inspiration for this comes from |
Beta Was this translation helpful? Give feedback.
A small update,
jest.mock
,jest.requireActual
import will be checked starting from version 2.7.0. The implementation itself was quite simple, so I decided to add it.