1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 06:45:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/ZonedDateTime
Linus Groh a8ba2f4b21 LibJS/Tests: Fix bad copy and paste that crept into a lot of tests
The top-level function should have been `describe()``, but instead it's
been nested `test()`s.
2021-08-07 12:10:34 +01:00
..
ZonedDateTime.js LibJS: Start implementing Temporal.ZonedDateTime 2021-08-01 20:31:31 +01:00
ZonedDateTime.prototype.@@toStringTag.js LibJS: Implement Temporal.ZonedDateTime.prototype[@@toStringTag] 2021-08-01 20:31:31 +01:00
ZonedDateTime.prototype.calendar.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.day.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.dayOfWeek.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.dayOfYear.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.daysInMonth.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.daysInWeek.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.daysInYear.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.epochMicroseconds.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.epochMilliseconds.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.epochNanoseconds.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.epochSeconds.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.getISOFields.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.hour.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.inLeapYear.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.microsecond.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.millisecond.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.minute.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.month.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.monthCode.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.monthsInYear.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.nanosecond.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.offset.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.offsetNanoseconds.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.second.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.timeZone.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.toInstant.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.toPlainDate.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.toPlainDateTime.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.toPlainTime.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.valueOf.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.weekOfYear.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
ZonedDateTime.prototype.year.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00