mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibJS: Implement Temporal.ZonedDateTime.prototype[@@toStringTag]
This commit is contained in:
parent
4640643019
commit
bc416ab802
Notes:
sideshowbarker
2024-07-18 07:38:01 +09:00
Author: https://github.com/linusg
Commit: bc416ab802
Pull-request: https://github.com/SerenityOS/serenity/pull/9160
Reviewed-by: https://github.com/IdanHo ✅
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
test("basic functionality", () => {
|
||||
expect(Temporal.ZonedDateTime.prototype[Symbol.toStringTag]).toBe("Temporal.ZonedDateTime");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue