Skip to content

Commit

Permalink
update test to make fill a setter method
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Sep 20, 2023
1 parent 682a962 commit 403abe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/tests/unit/array-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const ARRAY_GETTER_METHODS = [
'concat',
'entries',
'every',
'fill',
'filter',
'find',
'findIndex',
Expand All @@ -36,6 +35,7 @@ const ARRAY_GETTER_METHODS = [

const ARRAY_SETTER_METHODS = [
'copyWithin',
'fill',
'pop',
'push',
'reverse',
Expand Down

0 comments on commit 403abe2

Please sign in to comment.