Updated withKnobs params snapshots

This commit is contained in:
Michael Shilman 2018-05-28 19:11:59 -07:00
parent 05c11dde57
commit 60d27cf351

View File

@ -6,6 +6,12 @@ exports[`Storyshots Addons|Knobs.withKnobs XSS safety 1`] = `
</div>
`;
exports[`Storyshots Addons|Knobs.withKnobs accepts story parameters 1`] = `
<div>
&lt;h1&gt;Hello&lt;/h1&gt;
</div>
`;
exports[`Storyshots Addons|Knobs.withKnobs dynamic knobs 1`] = `
<div>
<div>
@ -124,6 +130,12 @@ exports[`Storyshots Addons|Knobs.withKnobs tweaks static values organized in gro
</div>
`;
exports[`Storyshots Addons|Knobs.withKnobs using options accepts options 1`] = `
<div>
&lt;h1&gt;Hello&lt;/h1&gt;
</div>
`;
exports[`Storyshots Addons|Knobs.withKnobsOptions displays HTML code 1`] = `
<div>
&lt;h1&gt;Hello&lt;/h1&gt;