Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 9, 2024
1 parent 1e57c9b commit 4d7c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/web/fetch/response.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test("zero args returns an otherwise empty 200 response", () => {
});

test("calling cancel() on response body doesn't throw", () => {
expect(() => new Response('').body?.cancel()).not.toThrow();
expect(() => new Response("").body?.cancel()).not.toThrow();
});

test("undefined args don't throw", () => {
Expand Down

0 comments on commit 4d7c6c1

Please sign in to comment.