Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 14, 2020
1 parent d489e38 commit 069d5b5
Show file tree
Hide file tree
Showing 3 changed files with 1,158 additions and 1,957 deletions.
8 changes: 6 additions & 2 deletions packages/hover-react/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ storiesOf('decorator', module)

const CustomCenter = styled(Center)`
color: white;
background: #1A1A1A;
background: #1a1a1a;
.microlink_card {
border-color: #999;
Expand All @@ -135,7 +135,11 @@ storiesOf('decorator', module)
<Paraph>
Check my{' '}
<MicrolinkHoverLink
style={{ background: '#1A1A1A', color: 'white', fontWeight: 'bold' }}
style={{
background: '#1A1A1A',
color: 'white',
fontWeight: 'bold'
}}
href='https://microlink.io'
setData={setData}
children='link'
Expand Down
4 changes: 4 additions & 0 deletions packages/hover-react/stories/stories.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import initStoryshots from '@storybook/addon-storyshots'
import 'jest-styled-components'

initStoryshots()
Loading

0 comments on commit 069d5b5

Please sign in to comment.