8000 imp(biomejs): upgrade Biomejs, fix patterns, don't use yarn workspaces · symfony/ux-lazy-image@91ecc81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91ecc81

Browse files
Kocaljaviereguiluz
authored andcommitted
imp(biomejs): upgrade Biomejs, fix patterns, don't use yarn workspaces
1 parent d762bb2 commit 91ecc81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/test/controller.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ describe('LazyImageController', () => {
5757
startStimulus();
5858
await waitFor(() => expect(img).toHaveClass('connected'));
5959
expect(img).toHaveAttribute('src', 'https://symfony.com/logos/symfony_black_03.png');
60-
expect(img).toHaveAttribute('srcset', 'https://symfony.com/logos/symfony_black_03.png 1x, https://symfony.com/logos/symfony_black_03_2x.png 2x');
60+
expect(img).toHaveAttribute(
61+
'srcset',
62+
'https://symfony.com/logos/symfony_black_03.png 1x, https://symfony.com/logos/symfony_black_03_2x.png 2x'
63+
);
6164
});
6265
});

0 commit comments

Comments
 (0)
0