We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9886c74 commit 2416539Copy full SHA for 2416539
1 file changed
test/test.ts
@@ -709,7 +709,7 @@ test("can set frameMax", async () => {
709
})
710
711
test("can't set too small frameMax", () => {
712
- expect(() => getNewClient({ frameMax: 16 })).toThrow()
+ expect(() => getNewClient({ frameMax: 16 })).toThrow(/frame_?max/i)
713
714
715
test("can handle frames split over socket reads", async () => {
0 commit comments