mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fix: failing array-buffer.test-d.ts test (#5580)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const buffer = new ArrayBuffer({
|
||||
byteLength: 1024,
|
||||
const buffer = new ArrayBuffer(1024, {
|
||||
maxByteLength: 2048,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user