We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://sinonjs.org/releases/v7.5.0/fake-timers/
Now some unit tests are using setTimeout with for example 1s of waiting. This waiting can be simulated with Sinon Fake Timers and speed up unit tests
setTimeout
The text was updated successfully, but these errors were encountered:
Seems like faketimers is used in tests, I have used it at least. So this can be closed? @dyladan @obecny ?
Sorry, something went wrong.
feat(instrumentation-tls): wrap tls.connect API (open-telemetry#447)
22fab71
No branches or pull requests
https://sinonjs.org/releases/v7.5.0/fake-timers/
Now some unit tests are using
setTimeout
with for example 1s of waiting. This waiting can be simulated with Sinon Fake Timers and speed up unit testsThe text was updated successfully, but these errors were encountered: