Search code examples
node.jstypescriptjestjsts-jest

How i use jest.useFakeTimers().setSystemTime()?


Property 'setSystemTime' does not exist on type 'typeof jest'.

How can I solve this problem?


Solution

  • I faced the same issue, all I needed to do was to update the jest and faker packages.