Refactor value check for prop-desc

This commit is contained in:
Ujjwal Sharma 2018-09-18 03:05:20 +05:30 committed by Rick Waldron
parent 24c29db550
commit 490f911ab6
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ description: >
includes: [propertyHelper.js]
---*/
assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object');
verifyProperty(Intl.NumberFormat.prototype, Symbol.toStringTag, {
value: 'Object',
writable: false,
enumerable: false,
configurable: true