Skip to content

Commit

Permalink
chore(deps): upgrade to sinon 19 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Oct 29, 2024
1 parent 12a30b0 commit 146982a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 43 deletions.
85 changes: 44 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"nock": "^13.2.1",
"pkg": "^5.4.1",
"semantic-release": "^24.0.0",
"sinon": "^18.0.0",
"sinon": "^19.0.2",
"strip-ansi": "^7.0.1",
"typescript": "^5.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/test.retry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ describe('retries', () => {
retryErrorsJitter: 10,
});
await promise;
await clock.tickAsync(5000);
await clock.tickAsync(10000);
const results = await checkPromise;
assert.ok(!results.passed);
scope.done();
Expand Down

0 comments on commit 146982a

Please sign in to comment.