-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
Description
When sinon is upgraded, a few tls options timer tests start failing only on node v16. We want to upgrade sinon, as well as fix the failing tests in this ticket.
Unknowns
- is it Node's custom fake timers implementation v. sinon.createSandbox usage that is causing an issue?
Acceptance Criteria
Implementation Requirements
- sinon ^15.2.0 → ^17.0.1
- @types/sinon ^10.0.20 → ^17.0.3
- fix failing unit tests with sinon enabled
Testing Requirements
- all tests pass