mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
test("adding objects", () => {
|
||||
expect([] + []).toBe("");
|
||||
expect([] + {}).toBe("[object Object]");
|
||||
expect({} + {}).toBe("[object Object][object Object]");
|
||||
expect({} + []).toBe("[object Object]");
|
||||
});
|
||||
Reference in New Issue
Block a user