mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Upgrade outdated dependencies
This commit is contained in:
@@ -25,7 +25,9 @@ describe('getStreamWithTimeout', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
sandbox = sinon.createSandbox();
|
||||
clock = sandbox.useFakeTimers();
|
||||
clock = sandbox.useFakeTimers({
|
||||
toFake: ['setTimeout', 'clearTimeout'],
|
||||
});
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user