What is the expected behavior?
A minor version update of nock library shouldn't impact my existing tests.
What is the actual behavior?
All my tests uses fakeTimers are now timing out.
Possible solution
Revert the fix for #677, or make it optional if it has to go as a minor version update.
How to reproduce the issue
Have sinon.useFakeTimers() in the test case.
Having problem producing a test case? Try and ask the community for help. If the test case cannot be reproduced, the Nock community might not be able to help you.
Does the bug have a test case?
Versions
| Software |
Version(s) |
| Nock |
10.0.5 |
| Node |
8 |
@gr2m @taylor1791
What is the expected behavior?
A minor version update of
nocklibrary shouldn't impact my existing tests.What is the actual behavior?
All my tests uses
fakeTimersare now timing out.Possible solution
Revert the fix for #677, or make it optional if it has to go as a minor version update.
How to reproduce the issue
Have
sinon.useFakeTimers()in the test case.Having problem producing a test case? Try and ask the community for help. If the test case cannot be reproduced, the Nock community might not be able to help you.
Does the bug have a test case?
Versions
@gr2m @taylor1791