Skip to content

Commit

Permalink
Remove number test (yields a different error, not an exception)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama authored and rwaldron committed Feb 28, 2022
1 parent 8ff1e51 commit 131c396
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const us = new Intl.DateTimeFormat('en-US');
const instances = {
date: new Date(1580527800000),
instant: new Temporal.Instant(0n),
number: 1580527800000,
plaindate: new Temporal.PlainDate(2000, 5, 2),
plaindatetime: new Temporal.PlainDateTime(2000, 5, 2, 12, 34, 56, 987, 654, 321),
plainmonthday: new Temporal.PlainMonthDay(5, 2),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const us = new Intl.DateTimeFormat('en-US');
const instances = {
date: new Date(1580527800000),
instant: new Temporal.Instant(0n),
number: 1580527800000,
plaindate: new Temporal.PlainDate(2000, 5, 2),
plaindatetime: new Temporal.PlainDateTime(2000, 5, 2, 12, 34, 56, 987, 654, 321),
plainmonthday: new Temporal.PlainMonthDay(5, 2),
Expand Down

0 comments on commit 131c396

Please sign in to comment.