1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 17:45:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/PlainTime
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
..
PlainTime.js LibJS: Start implementing Temporal.PlainTime 2021-07-28 21:57:30 +01:00
PlainTime.prototype.@@toStringTag.js LibJS: Implement Temporal.PlainTime.prototype[@@toStringTag] 2021-07-28 21:57:30 +01:00
PlainTime.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
PlainTime.prototype.getISOFields.js LibJS: Implement Temporal.PlainTime.prototype.getISOFields() 2021-07-30 09:41:11 +01:00
PlainTime.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
PlainTime.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
PlainTime.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
PlainTime.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
PlainTime.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
PlainTime.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
PlainTime.prototype.toPlainDateTime.js LibJS: Implement Temporal.PlainTime.prototype.toPlainDateTime 2021-07-29 22:47:56 +01:00
PlainTime.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