Skip to content

Commit

Permalink
fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 14, 2017
1 parent dd82d3a commit 63b0aef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/__snapshots__/Select.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ exports[`TreeSelect render renders correctly 1`] = `
role="textbox"
value=""
/>
<span
class="awesome-search__field__mirror"
>
 
</span>
</span>
</li>
</ul>
Expand Down Expand Up @@ -164,6 +169,11 @@ exports[`TreeSelect render renders tree correctly 1`] = `
role="textbox"
value=""
/>
<span
class="rc-tree-select-search__field__mirror"
>
 
</span>
</span>
</li>
</ul>
Expand Down

0 comments on commit 63b0aef

Please sign in to comment.