We are running some number of tests with real timers — I couldn’t make them work with the mock timers that come with NodeJS’s native test runner, but they’re marked as experimental. Should I use Jest instead of the native runner to make it work?
Some info: https://nodejs.org/en/learn/test-runner/mocking#time
We are running some number of tests with real timers — I couldn’t make them work with the mock timers that come with NodeJS’s native test runner, but they’re marked as experimental. Should I use Jest instead of the native runner to make it work?
Some info: https://nodejs.org/en/learn/test-runner/mocking#time