Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
smfoote committed Apr 30, 2018
1 parent 106e48b commit c09e85e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions __tests__/__snapshots__/Typeahead-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ exports[`Typeahead renders the children 1`] = `
value="hello"
>
<input
autoComplete="off"
onChange={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
Expand Down
2 changes: 2 additions & 0 deletions __tests__/__snapshots__/TypeaheadInput-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

exports[`TypeaheadInput passes through id 1`] = `
<input
autoComplete="off"
id="easy-as-123"
onChange={[Function]}
onFocus={[Function]}
Expand All @@ -14,6 +15,7 @@ exports[`TypeaheadInput passes through id 1`] = `

exports[`TypeaheadInput renders self and subcomponents 1`] = `
<input
autoComplete="off"
onChange={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pure-typeahead",
"version": "2.0.0",
"version": "2.0.1",
"description": "pure-typeahead React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit c09e85e

Please sign in to comment.