Skip to content

Commit

Permalink
chore: updating Jest snapshot to reflect using test vs prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Jul 1, 2017
1 parent 694a7f7 commit 7ca84b2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exports[`renderer should render name with strike-through style when @deprecated
<_class
description="Bar"
examples={
<Component
<_class
name="Foo"
/>
}
Expand Down Expand Up @@ -234,7 +234,7 @@ exports[`should render component renderer for component with methods 1`] = `
<_class
description="Bar"
examples={
<Component
<_class
name="Foo"
/>
}
Expand Down Expand Up @@ -272,7 +272,7 @@ exports[`should render component renderer for component with props 1`] = `
<_class
description="Bar"
examples={
<Component
<_class
name="Foo"
/>
}
Expand Down Expand Up @@ -304,7 +304,7 @@ exports[`should render component renderer with example placeholder 1`] = `
<_class
description="Bar"
examples={
<Component
<_class
name="Foo"
/>
}
Expand Down

0 comments on commit 7ca84b2

Please sign in to comment.