File tree 1 file changed +9
-9
lines changed
packages/@glimmer-workspace/integration-tests/test
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -338,17 +338,17 @@ class DebugRenderTreeTest extends RenderTest {
338
338
bounds : this . nodeBounds ( this . element . firstChild ) ,
339
339
children : [ ] ,
340
340
} ,
341
- {
342
- type : 'component' ,
343
- name : 'HelloWorld' ,
344
- args : { positional : [ ] , named : { } } ,
345
- instance : ( instance : any ) => instance !== undefined ,
346
- template : '(unknown template module)' ,
347
- bounds : this . nodeBounds ( this . element . firstChild ! . firstChild ) ,
348
- children : [ ] ,
349
- } ,
350
341
] ,
351
342
} ,
343
+ {
344
+ type : 'component' ,
345
+ name : 'HelloWorld' ,
346
+ args : { positional : [ ] , named : { } } ,
347
+ instance : ( instance : any ) => instance !== undefined ,
348
+ template : '(unknown template module)' ,
349
+ bounds : this . nodeBounds ( this . element . firstChild ! . firstChild ) ,
350
+ children : [ ] ,
351
+ } ,
352
352
] ) ;
353
353
}
354
354
You can’t perform that action at this time.
0 commit comments