mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore).
This commit is contained in:
committed by
Andreas Kling
parent
76239f89c2
commit
5122f98198
@@ -40,7 +40,7 @@ describe("[[Set]] trap normal behavior", () => {
|
||||
expect(p.foo).toBe(20);
|
||||
p.foo = 10;
|
||||
expect(p.foo).toBe(10);
|
||||
p[Symbol.hasInstance] = "foo"
|
||||
p[Symbol.hasInstance] = "foo";
|
||||
expect(p[Symbol.hasInstance]).toBe("foo");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user