We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504378c commit 7fa45a0Copy full SHA for 7fa45a0
test/query.test.ts
@@ -27,7 +27,7 @@ describe("withQuery", () => {
27
},
28
{
29
input: "/",
30
- query: { 'key with space': "spaced value" },
+ query: { "key with space": "spaced value" },
31
out: "/?key+with+space=spaced+value",
32
33
0 commit comments