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

Commit

Permalink
fix(tests): update shanpshots
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Apr 9, 2019
1 parent 9e07ca2 commit 2122e18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Expand Up @@ -41,7 +41,6 @@ exports[`component.UI.LightningInvoiceInput should render correctly 1`] = `
<textarea
className="c1"
color="primaryText"
disabled={false}
fontFamily="sans"
fontSize="m"
fontWeight="light"
Expand Down
20 changes: 10 additions & 10 deletions test/unit/components/UI/__snapshots__/Radio.spec.js.snap
@@ -1,6 +1,16 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`component.UI.Radio should render correctly 1`] = `
.c1 {
margin-bottom: 16px;
padding-left: 30px;
font-size: 13px;
color: #ffffff;
color: #ffffff;
font-weight: 300;
display: block;
}
.c2 {
font-size: 13px;
color: #ffffff;
Expand All @@ -14,16 +24,6 @@ exports[`component.UI.Radio should render correctly 1`] = `
line-height: 1.4;
}
.c1 {
margin-bottom: 16px;
padding-left: 30px;
font-size: 13px;
color: #ffffff;
color: #ffffff;
font-weight: 300;
display: block;
}
.c0 .container {
display: block;
position: relative;
Expand Down

0 comments on commit 2122e18

Please sign in to comment.