Skip to content

Commit

Permalink
fix: downgrade sinon
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Sep 29, 2024
1 parent 0ec2ff3 commit 8e98e28
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nock": "14.0.0-beta.5",
"p-event": "6.0.1",
"prettier": "3.3.3",
"sinon": "19.0.2",
"sinon": "17.0.1",
"tsx": "4.19.1",
"typedoc": "0.26.7",
"typescript": "5.6.2"
Expand Down
45 changes: 22 additions & 23 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions test/unit/consumer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ describe("Consumer", () => {

afterEach(() => {
process.env = currentProcessEnv;
nock.cleanAll();
nock.restore();
clock.restore();
sandbox.restore();
nock.cleanAll();
nock.restore();
});

describe("Options Validation", () => {
Expand Down

0 comments on commit 8e98e28

Please sign in to comment.