Add missing array-find-from-last feature to unscopables test (#3130)

This commit is contained in:
Shu-yu Guo 2021-08-03 13:17:38 -07:00 committed by GitHub
parent ab353c6e73
commit 5a6577bcc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ info: |
14. Assert: Each of the above calls returns true.
15. Return unscopableList.
includes: [propertyHelper.js]
features: [Symbol.unscopables]
features: [Symbol.unscopables, array-find-from-last]
---*/
var unscopables = Array.prototype[Symbol.unscopables];