Skip to content

Commit

Permalink
fix: unit test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsuanchuang committed Sep 23, 2022
1 parent 2dcbd47 commit 86974e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-dropdown/src/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ exports[`renders an open dropdown 1`] = `
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.emotion-2 {
Expand Down Expand Up @@ -304,6 +305,7 @@ exports[`renders an open dropdown with categories 1`] = `
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.emotion-6 {
Expand Down Expand Up @@ -848,6 +850,7 @@ exports[`renders an open dropdown with categories and twoColumn 1`] = `
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.emotion-4 {
Expand Down Expand Up @@ -1459,6 +1462,7 @@ exports[`using arrow down should hover on element 1`] = `
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.emotion-0 {
Expand Down Expand Up @@ -1609,6 +1613,7 @@ exports[`using useFilter should only return items that match the input value 1`]
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.emotion-4 {
Expand Down

0 comments on commit 86974e4

Please sign in to comment.