Skip to content

Instantly share code, notes, and snippets.

@jarrodmedrano
Created June 1, 2023 13:27
Show Gist options
  • Save jarrodmedrano/57e5c291e4e204738acbe8c1787db208 to your computer and use it in GitHub Desktop.
Save jarrodmedrano/57e5c291e4e204738acbe8c1787db208 to your computer and use it in GitHub Desktop.
Jest set date time
jest.useFakeTimers().setSystemTime(new Date('2023-01-01'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment