We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c698d6b commit 02c11d5Copy full SHA for 02c11d5
test/unit/node/http.test.ts
@@ -70,6 +70,7 @@ describe("http", () => {
70
origin: test.origin,
71
[key]: value,
72
},
73
+ args: {},
74
})
75
if (typeof test.expected === "string") {
76
expect(() => http.authenticateOrigin(req)).toThrow(test.expected)
0 commit comments