Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
cainlevy committed Sep 28, 2017
1 parent bcdbfcc commit 264e5ff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ exports[`static render 1`] = `
className="sc-bxivhb hvlrXC"
style={
Object {
"borderBottom": undefined,
"borderLeft": undefined,
"borderRight": undefined,
"borderTop": undefined,
}
}
Expand Down Expand Up @@ -116,7 +114,7 @@ exports[`static render 1`] = `
onClick={[Function]}
style={
Object {
"borderBottom": null,
"borderBottom": undefined,
}
}
/>
Expand Down Expand Up @@ -152,7 +150,7 @@ exports[`static render 1`] = `
onClick={[Function]}
style={
Object {
"borderBottom": null,
"borderBottom": undefined,
}
}
/>
Expand All @@ -161,7 +159,7 @@ exports[`static render 1`] = `
className="sc-bZQynM loNdad"
style={
Object {
"borderRight": null,
"borderRight": undefined,
}
}
>
Expand All @@ -188,7 +186,7 @@ exports[`static render 1`] = `
onClick={[Function]}
style={
Object {
"borderBottom": null,
"borderBottom": undefined,
}
}
/>
Expand Down

0 comments on commit 264e5ff

Please sign in to comment.