diff --git a/packages/runtime-tests/integration/layout/flex-align-self.test.tsx b/packages/runtime-tests/integration/layout/flex-align-self.test.tsx index ececf6b..1e0d802 100644 --- a/packages/runtime-tests/integration/layout/flex-align-self.test.tsx +++ b/packages/runtime-tests/integration/layout/flex-align-self.test.tsx @@ -21,7 +21,7 @@ test("row - align multiple text nodes to center", async () => { const { lastFrame } = await render( defineComponent(() => () => ( - + A B @@ -50,7 +50,7 @@ test("row - align multiple text nodes to bottom", async () => { const { lastFrame } = await render( defineComponent(() => () => ( - + A B