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 86974e4 commit 8d93b37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-dropdown/src/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ exports[`renders an open dropdown with categories 1`] = `
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.emotion-2 {
Expand Down Expand Up @@ -903,6 +904,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-2 {
Expand Down

0 comments on commit 8d93b37

Please sign in to comment.