Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rodriguez authored and John Rodriguez committed May 18, 2017
1 parent 7156191 commit 136d62d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .jestrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js",
"@kadira/storybook-addons": "<rootDir>/packages/addons/dist/index.js"
"@storybook/addons": "<rootDir>/lib/addons/dist/index.js"
},
"projects": [
"<rootDir>/packages/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
</p>
<p>
We've added some basic stories inside the
<code
style={
Object {
Expand All @@ -129,7 +129,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
>
src/stories
</code>
directory.
<br />
A story is a single state of one or more UI components. You can have as many stories as you want.
Expand All @@ -138,7 +138,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
</p>
<p>
See these sample
<a
href="#"
onClick={[Function]}
Expand All @@ -153,9 +153,9 @@ exports[`Storyshots Welcome to Storybook 1`] = `
>
stories
</a>
for a component called
<code
style={
Object {
Expand All @@ -178,7 +178,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
<br />
You can also edit those components and see changes right away.
<br />
(Try editing the
(Try editing the
<code
style={
Object {
Expand All @@ -194,7 +194,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
>
Button
</code>
component located at
component located at
<code
style={
Object {
Expand All @@ -216,9 +216,9 @@ exports[`Storyshots Welcome to Storybook 1`] = `
This is just one thing you can do with Storybook.
<br />
Have a look at the
<a
href="https://github.com/kadirahq/react-storybook"
href="https://github.com/storybooks/storybook"
style={
Object {
"borderBottom": "1px solid #1474f3",
Expand All @@ -229,9 +229,9 @@ exports[`Storyshots Welcome to Storybook 1`] = `
}
target="_blank"
>
React Storybook
Storybook for React
</a>
repo for more information.
</p>
</div>
Expand Down

0 comments on commit 136d62d

Please sign in to comment.