Skip to content

Commit

Permalink
add missing includes to frozen-this-value tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acutmore authored and nicolo-ribaudo committed Jun 23, 2022
1 parent d64cb05 commit 62ef1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ esid: sec-array.prototype.toReversed
description: >
Array.prototype.toReversed works on frozen objects
features: [change-array-by-copy]
includes: [compareArray.js]
---*/

var arr = Object.freeze([0, 1, 2]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ esid: sec-array.prototype.toSorted
description: >
Array.prototype.toSorted works on frozen objects
features: [change-array-by-copy]
includes: [compareArray.js]
---*/

var arr = Object.freeze([2, 0, 1]);
Expand Down

0 comments on commit 62ef1f1

Please sign in to comment.