We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f707916 commit 275c600Copy full SHA for 275c600
__test__/objects.spec.ts
@@ -82,6 +82,7 @@ describe("Binarypack", () => {
82
83
it("should keep ArrayBuffers", async () => {
84
const values = [
85
+ new Uint8Array([]).buffer,
86
new Uint8Array([0]).buffer,
87
new Uint8Array([0, 1, 2, 3, 4, 6, 7]).buffer,
88
new Uint8Array([0, 1, 2, 3, 4, 6, 78, 9, 10, 11, 12, 13, 14, 15]).buffer,
0 commit comments