mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 21:14:45 +02:00
Intl.Locale: relocate test files
This commit is contained in:
parent
ef1d3a4eb6
commit
bd7b77c17d
@ -17,11 +17,11 @@ features: [Intl.Locale]
|
|||||||
|
|
||||||
assert.sameValue(
|
assert.sameValue(
|
||||||
typeof Intl.Locale.prototype.minimize,
|
typeof Intl.Locale.prototype.minimize,
|
||||||
"function",
|
'function',
|
||||||
"typeof Intl.Locale.prototype.minimize is function"
|
'typeof Intl.Locale.prototype.minimize is function'
|
||||||
);
|
);
|
||||||
|
|
||||||
verifyProperty(Intl.Locale.prototype, "minimize", {
|
verifyProperty(Intl.Locale.prototype, 'minimize', {
|
||||||
writable: true,
|
writable: true,
|
||||||
enumerable: false,
|
enumerable: false,
|
||||||
configurable: true,
|
configurable: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user