Skip to content

Commit 8939896

Browse files
committed
test: rename test suite for getRequestURL function
1 parent c26a6d6 commit 8939896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/request-url/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, it } from "vitest";
22
import { getRequestURL } from "./index";
33

4-
describe("getUrl", () => {
4+
describe("getRequestURL", () => {
55
it("should return URL object for the request", () => {
66
const request = new Request("https://example.com/path?query=test");
77
const url = getRequestURL(request);

0 commit comments

Comments
 (0)