Skip to content

Commit

Permalink
💚 fixed snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
wacky committed Jun 24, 2019
1 parent e7d61a9 commit 47ec1d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/AppBar/__snapshots__/AppBar.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ exports[`AppBar should be match snapshot 1`] = `
"Red": "#ef475b",
"SmartHRGreen": "#00c4cc",
"White": "#fff",
"Yellow": "#ffcc00",
"Yellow": "#fc0",
},
"size": Object {
"font": Object {
Expand Down Expand Up @@ -133,7 +133,7 @@ exports[`AppBar should be match snapshot 1`] = `
"Red": "#ef475b",
"SmartHRGreen": "#00c4cc",
"White": "#fff",
"Yellow": "#ffcc00",
"Yellow": "#fc0",
},
"size": Object {
"font": Object {
Expand Down Expand Up @@ -240,7 +240,7 @@ exports[`AppBar should be match snapshot 1`] = `
"Red": "#ef475b",
"SmartHRGreen": "#00c4cc",
"White": "#fff",
"Yellow": "#ffcc00",
"Yellow": "#fc0",
},
"size": Object {
"font": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ exports[`Checkbox should be match snapshot 1`] = `
"Red": "#ef475b",
"SmartHRGreen": "#00c4cc",
"White": "#fff",
"Yellow": "#fc0",
},
"size": Object {
"font": Object {
Expand Down Expand Up @@ -138,6 +139,7 @@ exports[`Checkbox should be match snapshot 1`] = `
"Red": "#ef475b",
"SmartHRGreen": "#00c4cc",
"White": "#fff",
"Yellow": "#fc0",
},
"size": Object {
"font": Object {
Expand Down Expand Up @@ -245,6 +247,7 @@ exports[`Checkbox should be match snapshot 1`] = `
"Red": "#ef475b",
"SmartHRGreen": "#00c4cc",
"White": "#fff",
"Yellow": "#fc0",
},
"size": Object {
"font": Object {
Expand Down Expand Up @@ -381,6 +384,7 @@ exports[`Checkbox should be match snapshot 1`] = `
"Red": "#ef475b",
"SmartHRGreen": "#00c4cc",
"White": "#fff",
"Yellow": "#fc0",
},
"size": Object {
"font": Object {
Expand Down

0 comments on commit 47ec1d8

Please sign in to comment.