Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: add BigInts to common.getArrayBufferViews()
  • Loading branch information
LiviaMedeiros committed May 29, 2022
commit ffdd5e78eb3d2a40e3079edab675748ba1086b3c
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