Skip to content

Commit

Permalink
fix: snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemai2awesome committed Mar 13, 2019
1 parent 0e263b4 commit 1f83b98
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions packages/api/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

exports[`Test the Bolt Twig Renderer API renders attributes on the button component correctly 1`] = `
<bolt-button align="center"
<bolt-button size="medium"
color="primary"
size="medium"
transform="none"
width="auto"
border-radius="regular"
align="center"
transform="none"
class="u-bolt-margin-bottom-large"
>
<button class="c-bolt-button c-bolt-button--medium c-bolt-button--border-radius-regular c-bolt-button--primary c-bolt-button--center"
<button class="c-bolt-button c-bolt-button--medium c-bolt-button--primary c-bolt-button--border-radius-regular c-bolt-button--center"
is="shadow-root"
>
<replace-with-children class="c-bolt-button__icon is-empty">
</replace-with-children>
<replace-with-children class="c-bolt-button__item ">
<replace-with-children class="c-bolt-button__item">
Hello world!
</replace-with-children>
<replace-with-children class="c-bolt-button__icon is-empty">
Expand All @@ -26,18 +27,19 @@ exports[`Test the Bolt Twig Renderer API renders attributes on the button compon

exports[`Test the Bolt Twig Renderer API renders the button component correctly 1`] = `
<bolt-button align="center"
<bolt-button size="medium"
color="primary"
size="medium"
transform="none"
width="auto"
border-radius="regular"
align="center"
transform="none"
>
<button class="c-bolt-button c-bolt-button--medium c-bolt-button--border-radius-regular c-bolt-button--primary c-bolt-button--center"
<button class="c-bolt-button c-bolt-button--medium c-bolt-button--primary c-bolt-button--border-radius-regular c-bolt-button--center"
is="shadow-root"
>
<replace-with-children class="c-bolt-button__icon is-empty">
</replace-with-children>
<replace-with-children class="c-bolt-button__item ">
<replace-with-children class="c-bolt-button__item">
Hello world!2
</replace-with-children>
<replace-with-children class="c-bolt-button__icon is-empty">
Expand All @@ -49,18 +51,19 @@ exports[`Test the Bolt Twig Renderer API renders the button component correctly

exports[`Test the Bolt Twig Renderer API renders the secondary button correctly 1`] = `
<bolt-button align="center"
<bolt-button size="medium"
color="secondary"
size="medium"
transform="none"
width="auto"
border-radius="regular"
align="center"
transform="none"
>
<button class="c-bolt-button c-bolt-button--medium c-bolt-button--border-radius-regular c-bolt-button--secondary c-bolt-button--center"
<button class="c-bolt-button c-bolt-button--medium c-bolt-button--secondary c-bolt-button--border-radius-regular c-bolt-button--center"
is="shadow-root"
>
<replace-with-children class="c-bolt-button__icon is-empty">
</replace-with-children>
<replace-with-children class="c-bolt-button__item ">
<replace-with-children class="c-bolt-button__item">
Secondary Button!
</replace-with-children>
<replace-with-children class="c-bolt-button__icon is-empty">
Expand Down

0 comments on commit 1f83b98

Please sign in to comment.