Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dprokop committed Aug 26, 2019
1 parent ce9096e commit 0d1603d
Showing 1 changed file with 32 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`BarGauge Render with basic options should render 1`] = `
<div
style={
Object {
"alignItems": "center",
"display": "flex",
"flexDirection": "row-reverse",
"justifyContent": "flex-end",
}
}
>
<div>
<div
className="bar-gauge__value"
style={
Object {
"alignItems": "center",
"color": "#73BF69",
"display": "flex",
"fontSize": "27.2727px",
"height": "300px",
"lineHeight": 1,
"paddingLeft": "10px",
"width": "60px",
"flexDirection": "row-reverse",
"justifyContent": "flex-end",
}
}
>
25
</div>
<div
style={
Object {
"background": "rgba(115, 191, 105, 0.25)",
"borderRadius": "3px",
"borderRight": "2px solid #73BF69",
"height": "300px",
"transition": "width 1s",
"width": "60px",
<div
className="bar-gauge__value"
style={
Object {
"alignItems": "center",
"color": "#73BF69",
"display": "flex",
"fontSize": "27.2727px",
"height": "300px",
"lineHeight": 1,
"paddingLeft": "10px",
"width": "60px",
}
}
}
/>
>
25
</div>
<div
style={
Object {
"background": "rgba(115, 191, 105, 0.25)",
"borderRadius": "3px",
"borderRight": "2px solid #73BF69",
"height": "300px",
"transition": "width 1s",
"width": "60px",
}
}
/>
</div>
</div>
`;

0 comments on commit 0d1603d

Please sign in to comment.