Skip to content

Commit

Permalink
Update timeout.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 15, 2020
1 parent 6c5c4b6 commit 0d65e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/timeout.ts
Expand Up @@ -293,7 +293,7 @@ test.serial('secureConnect timeout', withHttpsServer({}, true), async (t, _serve
retry: 0
}).on('request', (request: http.ClientRequest) => {
request.on('socket', () => {
clock?.runAll();
clock!.runAll();
});
}),
{
Expand Down

0 comments on commit 0d65e40

Please sign in to comment.