mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:37:35 +00:00
LibJS: Implement Intl.Locale.prototype.toString()
This isn't particularly testable yet without the Intl.Locale constructor but having this defined will make testing the constructor possible. So more specific tests for this prototype will come later.
This commit is contained in:
parent
940c023e09
commit
990dd037d2
3 changed files with 39 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
test("length is 0", () => {
|
||||
expect(Intl.Locale.prototype.toString).toHaveLength(0);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue