From fb4850a6d35c0dcc7b1cf9b408085c2892b9d2a7 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Thu, 21 Dec 2023 23:31:02 +0200 Subject: [PATCH] Monkey-patch `BigInt64Array` and `BigUint64Array` --- tests/init.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/init.js b/tests/init.js index b01fe1000..cda487ec9 100644 --- a/tests/init.js +++ b/tests/init.js @@ -26,10 +26,12 @@ export function init() { "Int8Array", "Int16Array", "Int32Array", + "BigInt64Array", "Uint8Array", "Uint8ClampedArray", "Uint16Array", "Uint32Array", + "BigUint64Array", "Float32Array", "Float64Array", ];