mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 21:45:04 +02:00
Fix typos for at/prop-desc tests. (#2908)
This commit is contained in:
parent
8051f05354
commit
73798cbc61
@ -19,7 +19,7 @@ assert.sameValue(
|
||||
'The value of `typeof String.prototype.at` is "function"'
|
||||
);
|
||||
|
||||
verifyProperty(String.prototype.at, 'name', {
|
||||
verifyProperty(String.prototype, 'at', {
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
configurable: true
|
||||
|
@ -17,7 +17,7 @@ assert.sameValue(
|
||||
'The value of `typeof TypedArray.prototype.at` is "function"'
|
||||
);
|
||||
|
||||
verifyProperty(TypedArray.prototype.at, 'name', {
|
||||
verifyProperty(TypedArray.prototype, 'at', {
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
configurable: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user