mirror of https://github.com/tc39/test262.git
Add missing array-find-from-last feature to unscopables test (#3130)
This commit is contained in:
parent
ab353c6e73
commit
5a6577bcc9
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue