Temporal: Update outdated test descriptions

This commit is contained in:
Philip Chimento 2023-08-18 12:00:25 -07:00 committed by Philip Chimento
parent 6c16577f34
commit d4f49b84ab
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.duration.prototype.add
description: A number as relativeTo option is converted to a string, then to Temporal.PlainDate
description: A number cannot be used in place of a relativeTo
features: [Temporal]
---*/

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.duration.prototype.add
description: A number as calendar in relativeTo property bag is converted to a string, then to a calendar
description: A number as calendar in relativeTo property bag is invalid
features: [Temporal]
---*/

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.duration.prototype.round
description: A number as relativeTo option is converted to a string, then to Temporal.PlainDate
description: A number cannot be used in place of a relativeTo
features: [Temporal]
---*/

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.duration.prototype.subtract
description: A number as relativeTo option is converted to a string, then to Temporal.PlainDate
description: A number cannot be used in place of a relativeTo
features: [Temporal]
---*/

View File

@ -3,7 +3,7 @@
/*---
esid: sec-temporal.duration.prototype.total
description: A number as relativeTo option is converted to a string, then to Temporal.PlainDate
description: A number cannot be used in place of a relativeTo
features: [Temporal]
---*/