Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
imranolas committed Jul 11, 2018
1 parent 73f60f1 commit 883aada
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 42 deletions.
2 changes: 2 additions & 0 deletions src/components/__snapshots__/code-pane.test.js.snap
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ exports[`<CodePane /> should render correctly. 1`] = `
} }
} }
onClick={undefined} onClick={undefined}
onCompositionEnd={undefined}
onCompositionStart={undefined}
onKeyDown={undefined} onKeyDown={undefined}
onKeyUp={undefined} onKeyUp={undefined}
spellCheck="false" spellCheck="false"
Expand Down
77 changes: 35 additions & 42 deletions src/components/__snapshots__/component-playground.test.js.snap
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`<ComponentPlayground /> Should render the dark theme correctly 1`] = ` exports[`<ComponentPlayground /> Should render the dark theme correctly 1`] = `
<div <div
class="react-live css-o32omv" class="react-live css-o32omv"
scope="[object Object]"
> >
<div <div
class="css-qtztkt" class="css-qtztkt"
Expand Down Expand Up @@ -200,13 +199,7 @@ exports[`<ComponentPlayground /> Should render the dark theme correctly 1`] = `
> >
const const
</span> </span>
HelloWorld
<span
class="token function-variable function"
>
HelloWorld
</span>
<span <span
class="token operator" class="token operator"
> >
Expand Down Expand Up @@ -238,7 +231,12 @@ exports[`<ComponentPlayground /> Should render the dark theme correctly 1`] = `
<span <span
class="token operator" class="token operator"
> >
=&gt; =
</span>
<span
class="token operator"
>
&gt;
</span> </span>
<span <span
Expand Down Expand Up @@ -541,7 +539,6 @@ exports[`<ComponentPlayground /> Should render the dark theme correctly 1`] = `
exports[`<ComponentPlayground /> Should render the light theme correctly 1`] = ` exports[`<ComponentPlayground /> Should render the light theme correctly 1`] = `
<div <div
class="react-live css-o32omv" class="react-live css-o32omv"
scope="[object Object]"
> >
<div <div
class="css-qtztkt" class="css-qtztkt"
Expand Down Expand Up @@ -738,13 +735,7 @@ exports[`<ComponentPlayground /> Should render the light theme correctly 1`] = `
> >
const const
</span> </span>
HelloWorld
<span
class="token function-variable function"
>
HelloWorld
</span>
<span <span
class="token operator" class="token operator"
> >
Expand Down Expand Up @@ -776,7 +767,12 @@ exports[`<ComponentPlayground /> Should render the light theme correctly 1`] = `
<span <span
class="token operator" class="token operator"
> >
=&gt; =
</span>
<span
class="token operator"
>
&gt;
</span> </span>
<span <span
Expand Down Expand Up @@ -1079,7 +1075,6 @@ exports[`<ComponentPlayground /> Should render the light theme correctly 1`] = `
exports[`<ComponentPlayground /> Should render with a custom background color 1`] = ` exports[`<ComponentPlayground /> Should render with a custom background color 1`] = `
<div <div
class="react-live css-o32omv" class="react-live css-o32omv"
scope="[object Object]"
> >
<div <div
class="css-qtztkt" class="css-qtztkt"
Expand Down Expand Up @@ -1276,13 +1271,7 @@ exports[`<ComponentPlayground /> Should render with a custom background color 1`
> >
const const
</span> </span>
HelloWorld
<span
class="token function-variable function"
>
HelloWorld
</span>
<span <span
class="token operator" class="token operator"
> >
Expand Down Expand Up @@ -1314,7 +1303,12 @@ exports[`<ComponentPlayground /> Should render with a custom background color 1`
<span <span
class="token operator" class="token operator"
> >
=&gt; =
</span>
<span
class="token operator"
>
&gt;
</span> </span>
<span <span
Expand Down Expand Up @@ -1617,7 +1611,6 @@ exports[`<ComponentPlayground /> Should render with a custom background color 1`
exports[`<ComponentPlayground /> Should render with a custom code block 1`] = ` exports[`<ComponentPlayground /> Should render with a custom code block 1`] = `
<div <div
class="react-live css-o32omv" class="react-live css-o32omv"
scope="[object Object]"
> >
<div <div
class="css-qtztkt" class="css-qtztkt"
Expand Down Expand Up @@ -1678,13 +1671,7 @@ exports[`<ComponentPlayground /> Should render with a custom code block 1`] = `
> >
const const
</span> </span>
Button
<span
class="token function-variable function"
>
Button
</span>
<span <span
class="token operator" class="token operator"
> >
Expand Down Expand Up @@ -1716,7 +1703,12 @@ exports[`<ComponentPlayground /> Should render with a custom code block 1`] = `
<span <span
class="token operator" class="token operator"
> >
=&gt; =
</span>
<span
class="token operator"
>
&gt;
</span> </span>
<span <span
Expand Down Expand Up @@ -1853,12 +1845,13 @@ exports[`<ComponentPlayground /> Should render with a custom code block 1`] = `
> >
" "
</span> </span>
My Button My
<span </span>
class="token punctuation"
> <span
" class="token attr-name"
</span> >
Button"
</span> </span>
<span <span
Expand Down

0 comments on commit 883aada

Please sign in to comment.