Skip to content

Commit

Permalink
New version. Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfranzen committed Feb 9, 2019
1 parent 675093a commit 68f9a49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magicsoup.io/stock",
"description": "The stock for our react component library soup. - 100% veggie & gluten-free",
"version": "0.0.13",
"version": "0.0.14",
"author": "zauberware",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/__tests__/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Array [
I am a Box
</div>,
<button
className="sc-bdVaJa sc-bwzfXH lmHWZU"
className="sc-bdVaJa sc-bwzfXH hLpsMy"
color="white"
fontSize="inherit"
fontWeight="bold"
Expand All @@ -35,7 +35,7 @@ Array [
src="https://source.unsplash.com/random/1280x720"
/>,
<a
className="sc-bdVaJa sc-htoDjs cQCQmQ"
className="sc-bdVaJa sc-htoDjs ckKdfW"
color="blue"
href="http://www.example.com"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`renders <Button /> without throwing 1`] = `
<button
className="sc-bdVaJa sc-bwzfXH lmHWZU"
className="sc-bdVaJa sc-bwzfXH hLpsMy"
color="white"
fontSize="inherit"
fontWeight="bold"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`renders <Link /> without throwing 1`] = `
<a
className="sc-bdVaJa sc-htoDjs cQCQmQ"
className="sc-bdVaJa sc-htoDjs ckKdfW"
color="blue"
href="https://www.google.com"
>
Expand Down

0 comments on commit 68f9a49

Please sign in to comment.