8000 chore: Apply natural import order for JS to synchronise the code base… · symfony/ux-lazy-image@53f1ac3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53f1ac3

Browse files
committed
chore: Apply natural import order for JS to synchronise the code base with Biome and its configuration
1 parent 5c9ffcb commit 53f1ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/test/controller.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*/
99

1010
import { Application, Controller } from '@hotwired/stimulus';
11-
import { getByTestId, waitFor } from '@testing-library/dom';
1211
import { clearDOM, mountDOM } from '@symfony/stimulus-testing';
12+
import { getByTestId, waitFor } from '@testing-library/dom';
1313
import LazyImageController from '../src/controller';
1414

1515
// Controller used to check the actual controller was properly booted

0 commit comments

Comments
 (0)
0