FIX snapshots

This commit is contained in:
Norbert de Langen 2018-11-09 13:50:27 +01:00
parent cf3309c1f1
commit 3d6537a2f7
No known key found for this signature in database
GPG Key ID: 976651DA156C2825
2 changed files with 40 additions and 27 deletions

View File

@ -15,13 +15,15 @@ exports[`Storyshots Addon|Links Go to welcome view 1`] = `
<button
class="link"
>
Return to the
Return to the
<code
class="code"
>
Welcome
</code>
view story.
</button>
</div>
</section>

View File

@ -111,31 +111,35 @@ exports[`Storyshots Welcome Welcome 1`] = `
Welcome to Storybook for Svelte
</h1>
<p>
This is a UI component dev environment for your svelte app.
This is a UI component dev environment for your svelte app.
</p>
<p>
We've added some basic stories inside the
We've added some basic stories inside the
<code
class="code svelte-1unvhkg"
>
src/stories
</code>
directory.
<strong>
A story is like a visual test case
</strong>
and represents a single state of one or more UI components.
You can have as many stories as you want.
and represents a single state of one or more UI components.
You can have as many stories as you want.
</p>
<h1
class="logo svelte-1unvhkg"
>
@ -143,48 +147,54 @@ exports[`Storyshots Welcome Welcome 1`] = `
</h1>
<p>
Just like that, you can add your own components as stories.
You can also edit those components and see changes right away.
Just like that, you can add your own components as stories.
You can also edit those components and see changes right away.
<br />
(Try editing the
(Try editing the
<code
class="code svelte-1unvhkg"
>
Button
</code>
component
located at
located at
<code
class="code svelte-1unvhkg"
>
src/stories/views/Welcome.svelte
</code>
.)
</p>
<p>
Usually we create stories with smaller UI components in the app.
Usually we create stories with smaller UI components in the app.
<br />
Have a look at the
Have a look at the
<a
class="link svelte-1unvhkg"
href="https://storybook.js.org/basics/writing-stories"
target="_blank"
>
Writing Stories
Writing Stories
</a>
section in our documentation.
section in our documentation.
</p>
<p
class="note svelte-1unvhkg"
>
@ -192,19 +202,20 @@ exports[`Storyshots Welcome Welcome 1`] = `
NOTE:
</b>
<br />
Have a look at the
Have a look at the
<code
class="code svelte-1unvhkg"
>
.storybook/webpack.config.js
</code>
to add webpack
loaders and plugins you are using in this project.
to add webpack
loaders and plugins you are using in this project.
</p>
</div>
</section>