We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26a6d6 commit 8939896Copy full SHA for 8939896
packages/request-url/src/index.test.ts
@@ -1,7 +1,7 @@
1
import { describe, expect, it } from "vitest";
2
import { getRequestURL } from "./index";
3
4
-describe("getUrl", () => {
+describe("getRequestURL", () => {
5
it("should return URL object for the request", () => {
6
const request = new Request("https://example.com/path?query=test");
7
const url = getRequestURL(request);
0 commit comments