File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 7
7
* file that was distributed with this source code.
8
8
*/
9
9
10
- 'use strict' ;
11
-
12
10
import { Controller } from '@hotwired/stimulus' ;
13
11
14
12
export default class extends Controller {
Original file line number Diff line number Diff line change 7
7
* file that was distributed with this source code.
8
8
*/
9
9
10
- 'use strict' ;
11
-
12
10
import { Application , Controller } from '@hotwired/stimulus' ;
13
11
import { getByTestId , waitFor } from '@testing-library/dom' ;
14
12
import { clearDOM , mountDOM } from '@symfony/stimulus-testing' ;
@@ -33,7 +31,7 @@ const startStimulus = () => {
33
31
} ;
34
32
35
33
describe ( 'LazyImageController' , ( ) => {
36
- let container ;
34
+ let container : HTMLElement ;
37
35
38
36
beforeEach ( ( ) => {
39
37
container = mountDOM ( `
You can’t perform that action at this time.
0 commit comments