Our codebase heavily relies on underscore in various parts, and I prefer to avoid mocking it. I'm aware that I can use jest.unmock('underscore');
in each test that utilizes underscore. Is there a method to unmock underscore across all tests globally?