1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 14:25:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/TimeZone
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
..
TimeZone.from.js LibJS: Implement Temporal.TimeZone.from() 2021-08-01 10:24:38 +01:00
TimeZone.js LibJS/Tests: Add tests for Temporal.TimeZone() constructor 2021-07-08 23:08:27 +01:00
TimeZone.prototype.@@toStringTag.js LibJS: Implement Temporal.TimeZone.prototype[@@toStringTag] 2021-07-08 23:08:27 +01:00
TimeZone.prototype.getOffsetNanosecondsFor.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
TimeZone.prototype.getOffsetStringFor.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00
TimeZone.prototype.getPlainDateTimeFor.js LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor() 2021-08-01 10:24:38 +01:00
TimeZone.prototype.id.js LibJS: Implement Temporal.TimeZone.prototype.id 2021-07-08 23:08:27 +01:00
TimeZone.prototype.toJSON.js LibJS: Implement Temporal.TimeZone.prototype.toJSON() 2021-07-08 23:08:27 +01:00
TimeZone.prototype.toString.js LibJS/Tests: Fix bad copy and paste that crept into a lot of tests 2021-08-07 12:10:34 +01:00