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 <[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]>
  • Loading branch information
LiviaMedeiros authored and targos committed Jul 31, 2022
1 parent b34fce7 commit 94f60ec
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 @@ -653,6 +653,8 @@ function getArrayBufferViews(buf) {
Uint32Array,
Float32Array,
Float64Array,
BigInt64Array,
BigUint64Array,
DataView,
];

Expand Down

0 comments on commit 94f60ec

Please sign in to comment.