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