Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed May 26, 2018
1 parent ac4a908 commit a6e2037
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/input/__tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exports[`Input.Search should support suffix 1`] = `
"suffix",
<Icon
className="ant-input-search-icon"
onClick={[Function]}
type="search"
/>,
]
Expand All @@ -57,10 +58,12 @@ exports[`Input.Search should support suffix 1`] = `
<Icon
className="ant-input-search-icon"
key="searchIcon"
onClick={[Function]}
type="search"
>
<i
className="anticon anticon-search ant-input-search-icon"
onClick={[Function]}
/>
</Icon>
</span>
Expand Down

0 comments on commit a6e2037

Please sign in to comment.