mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Meta: Upgrade prettier to version 3.6.2
This version is installed by default nowadays and has slight differences from 3.3.3.
This commit is contained in:
parent
019c529c07
commit
583164e412
Notes:
github-actions[bot]
2025-10-31 23:56:44 +00:00
Author: https://github.com/trflynn89
Commit: 583164e412
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6654
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ test("currying", () => {
|
|||
|
||||
test("with comma operator", () => {
|
||||
let foo, bar;
|
||||
(foo = bar), baz => {};
|
||||
((foo = bar), baz => {});
|
||||
expect(foo).toBe(undefined);
|
||||
expect(bar).toBe(undefined);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue