mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
LibJS: Implement Temporal.PlainDate.prototype[@@toStringTag]
This commit is contained in:
parent
cc00ccec41
commit
94e1324a67
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