Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Jan 18, 2020
1 parent 3b5dbc9 commit a37afcb
Showing 1 changed file with 7 additions and 42 deletions.
49 changes: 7 additions & 42 deletions __tests__/__snapshots__/css.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,7 @@ exports[`supports CSS in style element 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<RNSVGGroup
fill={
Array [
0,
4278190080,
]
}
fill={4278190080}
fillOpacity={1}
fillRule={1}
font={Object {}}
Expand Down Expand Up @@ -198,12 +193,7 @@ exports[`supports CSS in style element 1`] = `
>
<RNSVGDefs />
<RNSVGGroup
fill={
Array [
0,
4278190080,
]
}
fill={4278190080}
fillOpacity={1}
fillRule={1}
font={Object {}}
Expand Down Expand Up @@ -239,12 +229,7 @@ exports[`supports CSS in style element 1`] = `
y={0}
>
<RNSVGRect
fill={
Array [
0,
4294901760,
]
}
fill={4294901760}
fillOpacity={1}
fillRule={1}
height={200}
Expand Down Expand Up @@ -273,12 +258,7 @@ exports[`supports CSS in style element 1`] = `
scaleY={1}
skewX={0}
skewY={0}
stroke={
Array [
0,
4278190335,
]
}
stroke={4278190335}
strokeDasharray={null}
strokeDashoffset={null}
strokeLinecap={0}
Expand All @@ -293,12 +273,7 @@ exports[`supports CSS in style element 1`] = `
/>
</RNSVGGroup>
<RNSVGGroup
fill={
Array [
0,
4278190080,
]
}
fill={4278190080}
fillOpacity={1}
fillRule={1}
font={Object {}}
Expand Down Expand Up @@ -334,12 +309,7 @@ exports[`supports CSS in style element 1`] = `
y={0}
>
<RNSVGRect
fill={
Array [
0,
4294901760,
]
}
fill={4294901760}
fillOpacity={0.3}
fillRule={1}
height={200}
Expand Down Expand Up @@ -369,12 +339,7 @@ exports[`supports CSS in style element 1`] = `
scaleY={1}
skewX={0}
skewY={0}
stroke={
Array [
0,
4278190335,
]
}
stroke={4278190335}
strokeDasharray={null}
strokeDashoffset={null}
strokeLinecap={0}
Expand Down

0 comments on commit a37afcb

Please sign in to comment.