Skip to content

Commit

Permalink
test: add BigInts to common.getArrayBufferViews()
Browse files Browse the repository at this point in the history
PR-URL: #43235
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
LiviaMedeiros authored and danielleadams committed Jun 12, 2022
1 parent 5a3a2a1 commit acd96d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,8 @@ function getArrayBufferViews(buf) {
Uint32Array,
Float32Array,
Float64Array,
BigInt64Array,
BigUint64Array,
DataView,
];

Expand Down

0 comments on commit acd96d8

Please sign in to comment.