mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibJS: Add String Iterator tests
This commit is contained in:
committed by
Andreas Kling
parent
c831fb17bf
commit
4c3a415dc3
@@ -1,5 +1,5 @@
|
||||
test("length", () => {
|
||||
expect(Array.prototype[Symbol.iterator].length).toBe(0);
|
||||
expect(Array.prototype[Symbol.iterator]).toHaveLength(0);
|
||||
});
|
||||
|
||||
test("@@toStringTag", () => {
|
||||
|
||||
Reference in New Issue
Block a user