mockThrough
I always like this feature in Jest - just mock dependency, and that's all.
Features
- mock.mockThrough - automatically mock all functions in a file.
- plugin.mockThroughByDefault - enable this behavior by defalt
I always like this feature in Jest - just mock dependency, and that's all.