mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 05:24:38 +02:00
Update test/intl402/DurationFormat/instance/length.js
Thanks Co-authored-by: Ms2ger <Ms2ger@gmail.com>
This commit is contained in:
parent
95613d4ec8
commit
034e5dd201
@ -28,6 +28,7 @@ includes: [propertyHelper.js]
|
|||||||
assert.sameValue(Intl.DurationFormat.length, 0);
|
assert.sameValue(Intl.DurationFormat.length, 0);
|
||||||
|
|
||||||
verifyProperty(Intl.DurationFormat, 'length', {
|
verifyProperty(Intl.DurationFormat, 'length', {
|
||||||
|
value: 0,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
writable: false,
|
writable: false,
|
||||||
configurable: true
|
configurable: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user