Commit 4fb3c0f
committed
test: skip V8 wire-format version guard assertion on Bun
Bun's node:v8 polyfill doesn't emit the 0xff+version V8 wire format, so the
synthetic newer-version payload can't trigger BinaryMiddleware's guard there;
gate the assertion on the wire-format marker so it runs on V8 runtimes only.1 parent 85fb493 commit 4fb3c0f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
249 | 252 | | |
250 | 253 | | |
251 | 254 | | |
| |||
0 commit comments