Skip to content

Commit

Permalink
Organize hero tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dabbott committed Mar 5, 2023
1 parent 9d5c9c2 commit 3032ffb
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions packages/site/src/__tests__/__snapshots__/renderBlock.test.ts.snap
Expand Up @@ -130,36 +130,6 @@ exports[`hero left aligned 1`] = `
"
`;
exports[`hero left aligned default 1`] = `
"<Frame width={400} height={400}>
<Flex
width=\\"400px\\"
height=\\"400px\\"
className=\\"flex-col bg-transparent p-4 gap-3 items-start justify-center\\"
>
<Flex>
<Heading flex=\\"1\\" size=\\"xl\\" lineHeight=\\"1.3\\" textAlign=\\"left\\">
{'Create, iterate, inspire.'}
</Heading>
</Flex>
<Text className=\\"mb-4\\" textAlign=\\"left\\">
{'Turn great ideas into new possibilities.'}
</Text>
<Flex className=\\"bg-transparent flex-row items-center gap-6\\">
<Button
size=\\"md\\"
backgroundColor=\\"#15803d\\"
color=\\"#fff\\"
isDisabled={false}
>
{'Get started'}
</Button>
</Flex>
</Flex>
</Frame>;
"
`;
exports[`hero with bg 1`] = `
"<Frame width={400} height={400}>
<Flex
Expand Down Expand Up @@ -197,43 +167,6 @@ exports[`hero with bg 1`] = `
"
`;
exports[`hero with bg default 1`] = `
"<Frame width={400} height={400}>
<Flex
width=\\"400px\\"
height=\\"400px\\"
className=\\"flex-col bg-blue-500 p-4 gap-3 items-center justify-center\\"
>
<Flex>
<Heading
flex=\\"1\\"
size=\\"xl\\"
lineHeight=\\"1.3\\"
className=\\"text-white\\"
textAlign=\\"center\\"
>
{'Create, iterate, inspire.'}
</Heading>
</Flex>
<Text className=\\"mb-4 text-white\\" textAlign=\\"center\\">
{'Turn great ideas into new possibilities.'}
</Text>
<Flex className=\\"bg-transparent flex-row items-center gap-6\\">
<Button
size=\\"md\\"
backgroundColor=\\"#f1f5f9\\"
color=\\"#000\\"
isDisabled={false}
className=\\"text-white\\"
>
{'Get started'}
</Button>
</Flex>
</Flex>
</Frame>;
"
`;
exports[`icon default 1`] = `
"<Frame width={48} height={48}>
<Image
Expand Down

0 comments on commit 3032ffb

Please sign in to comment.