Skip to content

Commit 0d03634

Browse files
LiviaMedeirositalojs
authored andcommitted
test: add BigInts to common.getArrayBufferViews()
PR-URL: nodejs#43235 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 5e6d62a commit 0d03634

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/common/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,8 @@ function getArrayBufferViews(buf) {
680680
Uint32Array,
681681
Float32Array,
682682
Float64Array,
683+
BigInt64Array,
684+
BigUint64Array,
683685
DataView,
684686
];
685687

0 commit comments

Comments
 (0)