Skip to content

Commit

Permalink
Update test/types/array.js
Browse files Browse the repository at this point in the history
  • Loading branch information
copoix-ultra authored Mar 29, 2024
1 parent a9a967d commit 284960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@ describe('array', () => {

describe('unique()', () => {

it('errors if duplicate numbers, strings, objects, binaries, functions, dates, booleans, bigint', () => {
it('errors if duplicate numbers, strings, objects, binaries, functions, dates, booleans and bigints', () => {

const buffer = Buffer.from('hello world');
const func = function () { };
Expand Down

0 comments on commit 284960b

Please sign in to comment.