Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Fix jest tests from changes in #42
Browse files Browse the repository at this point in the history
  • Loading branch information
marzolfb committed Jan 13, 2017
1 parent b8de376 commit 59da8b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/__tests__/__snapshots__/PieBasic-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`test renders using flattened properties correctly 1`] = `
fill="#3199de"
fillOpacity={1}
mockedComponent="svg-Path"
stroke="#277ab1" />
stroke="#3199de" />
<view
mockedComponent="svg-G">
<view
Expand All @@ -34,7 +34,7 @@ exports[`test renders using flattened properties correctly 1`] = `
fill="#2980b9"
fillOpacity={1}
mockedComponent="svg-Path"
stroke="#206694" />
stroke="#2980b9" />
<view
mockedComponent="svg-G">
<view
Expand All @@ -58,7 +58,7 @@ exports[`test renders using flattened properties correctly 1`] = `
fill="#df9a14"
fillOpacity={1}
mockedComponent="svg-Path"
stroke="#b27b10" />
stroke="#df9a14" />
<view
mockedComponent="svg-G">
<view
Expand All @@ -82,7 +82,7 @@ exports[`test renders using flattened properties correctly 1`] = `
fill="#2473a5"
fillOpacity={1}
mockedComponent="svg-Path"
stroke="#1c5c84" />
stroke="#2473a5" />
<view
mockedComponent="svg-G">
<view
Expand Down Expand Up @@ -115,7 +115,7 @@ exports[`test renders using options property correctly 1`] = `
fill="#3199de"
fillOpacity={1}
mockedComponent="svg-Path"
stroke="#277ab1" />
stroke="#3199de" />
<view
mockedComponent="svg-G">
<view
Expand All @@ -139,7 +139,7 @@ exports[`test renders using options property correctly 1`] = `
fill="#2980b9"
fillOpacity={1}
mockedComponent="svg-Path"
stroke="#206694" />
stroke="#2980b9" />
<view
mockedComponent="svg-G">
<view
Expand All @@ -163,7 +163,7 @@ exports[`test renders using options property correctly 1`] = `
fill="#df9a14"
fillOpacity={1}
mockedComponent="svg-Path"
stroke="#b27b10" />
stroke="#df9a14" />
<view
mockedComponent="svg-G">
<view
Expand All @@ -187,7 +187,7 @@ exports[`test renders using options property correctly 1`] = `
fill="#2473a5"
fillOpacity={1}
mockedComponent="svg-Path"
stroke="#1c5c84" />
stroke="#2473a5" />
<view
mockedComponent="svg-G">
<view
Expand Down

0 comments on commit 59da8b0

Please sign in to comment.