Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelc1221 committed Aug 25, 2017
1 parent fa375d3 commit 4a4a8c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions __tests__/containers/__snapshots__/Login.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ exports[`Login Component renders as expected 1`] = `
iconLeftName="email"
iconStyle={
Object {
"color": "#E0E0E0",
"color": "#9E9E9E",
}
}
keyboardType="email-address"
Expand All @@ -117,7 +117,7 @@ exports[`Login Component renders as expected 1`] = `
iconLeftName="lock"
iconStyle={
Object {
"color": "#E0E0E0",
"color": "#9E9E9E",
}
}
keyboardType="default"
Expand Down
2 changes: 1 addition & 1 deletion __tests__/containers/__snapshots__/Reset.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports[`Reset Component renders as expected 1`] = `
iconLeftName="email"
iconStyle={
Object {
"color": "#E0E0E0",
"color": "#9E9E9E",
}
}
keyboardType="email-address"
Expand Down
4 changes: 2 additions & 2 deletions __tests__/containers/__snapshots__/Signup.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ exports[`Signup Component renders as expected 1`] = `
iconLeftName="email"
iconStyle={
Object {
"color": "#E0E0E0",
"color": "#9E9E9E",
}
}
keyboardType="email-address"
Expand All @@ -119,7 +119,7 @@ exports[`Signup Component renders as expected 1`] = `
iconLeftName="lock"
iconStyle={
Object {
"color": "#E0E0E0",
"color": "#9E9E9E",
}
}
keyboardType="default"
Expand Down

0 comments on commit 4a4a8c5

Please sign in to comment.