Skip to content

Commit ce6ec47

Browse files
committed
fix test
1 parent 70653ba commit ce6ec47

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/@glimmer-workspace/integration-tests/test/debug-render-tree-test.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -338,17 +338,17 @@ class DebugRenderTreeTest extends RenderTest {
338338
bounds: this.nodeBounds(this.element.firstChild),
339339
children: [],
340340
},
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-
},
350341
],
351342
},
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+
},
352352
]);
353353
}
354354

0 commit comments

Comments
 (0)