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

Commit 264e5ff

Browse files
committed
update snapshot
1 parent bcdbfcc commit 264e5ff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/__tests__/__snapshots__/index.test.tsx.snap

+4-6
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ exports[`static render 1`] = `
6767
className="sc-bxivhb hvlrXC"
6868
style={
6969
Object {
70-
"borderBottom": undefined,
7170
"borderLeft": undefined,
72-
"borderRight": undefined,
7371
"borderTop": undefined,
7472
}
7573
}
@@ -116,7 +114,7 @@ exports[`static render 1`] = `
116114
onClick={[Function]}
117115
style={
118116
Object {
119-
"borderBottom": null,
117+
"borderBottom": undefined,
120118
}
121119
}
122120
/>
@@ -152,7 +150,7 @@ exports[`static render 1`] = `
152150
onClick={[Function]}
153151
style={
154152
Object {
155-
"borderBottom": null,
153+
"borderBottom": undefined,
156154
}
157155
}
158156
/>
@@ -161,7 +159,7 @@ exports[`static render 1`] = `
161159
className="sc-bZQynM loNdad"
162160
style={
163161
Object {
164-
"borderRight": null,
162+
"borderRight": undefined,
165163
}
166164
}
167165
>
@@ -188,7 +186,7 @@ exports[`static render 1`] = `
188186
onClick={[Function]}
189187
style={
190188
Object {
191-
"borderBottom": null,
189+
"borderBottom": undefined,
192190
}
193191
}
194192
/>

0 commit comments

Comments
 (0)