Skip to content

Commit f7b00b0

Browse files
committed
fix: tests
1 parent 27d1817 commit f7b00b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/frames.js/src/middleware/openframes.test.ts

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ describe("openframes middleware", () => {
116116
method: "POST",
117117
body: JSON.stringify(signedPayload),
118118
}),
119+
url: new URL("https://example.com").toString(),
120+
basePath: "/",
119121
} as any;
120122

121123
const mw1 = openframes({

0 commit comments

Comments
 (0)