I want to mock Math.random for certain tests and use its original implementation for other tests. How can I achieve this? I\'ve read about using jest.doMock and
jest.doMock