Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Jul 25, 2024
1 parent ef6d816 commit 23e310e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/better-fetch/src/test/fetch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ describe("fetch-error", () => {
});
});

describe.only("hooks", () => {
describe("hooks", () => {
it("should call onRequest and onResponse", async () => {
const onRequest = vi.fn();
const onResponse = vi.fn();
Expand Down

0 comments on commit 23e310e

Please sign in to comment.