Skip to content

Instantly share code, notes, and snippets.

@iwstkhr
Last active May 22, 2024 16:28
Show Gist options
  • Save iwstkhr/bc5ec75f816f92e1afc77b49e60c3faf to your computer and use it in GitHub Desktop.
Save iwstkhr/bc5ec75f816f92e1afc77b49e60c3faf to your computer and use it in GitHub Desktop.
Mocking JavaScript Date Class with Jest
// For timer mocks, see https://jestjs.io/docs/timer-mocks
// For setSystemTime, see https://jestjs.io/docs/jest-object#jestsetsystemtimenow-number--date
jest.useFakeTimers().setSystemTime(new Date('2023-01-02 12:34:56'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment