Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mocking

How To Mock The Browser's Timezone?

I want to test a location feature in a web site, to make this test I need to try different time-zon… Read more How To Mock The Browser's Timezone?

How To Mock Module In Different Ways In Different Tests In The Same Test File In Jest?

Currently I have this: jest.mock('my/hook', () => () => false) I want my custom Reac… Read more How To Mock Module In Different Ways In Different Tests In The Same Test File In Jest?