Skip to content

Commit

Permalink
TEST (snapshots): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Feb 25, 2019
1 parent ade3b66 commit 72755df
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
15 changes: 10 additions & 5 deletions __tests__/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`<Select/> component <Select/> renders correctly 1`] = `
className="react-dropdown-select undefined css-1tjkwe0-ReactDropdownSelect e1gzf2xs0"
color="#0074D9"
disabled={false}
onClick={[Function]}
onKeyDown={[Function]}
tabIndex="0"
>
Expand All @@ -13,7 +14,7 @@ exports[`<Select/> component <Select/> renders correctly 1`] = `
onClick={[Function]}
>
<input
className="react-dropdown-select-input css-1jou9m2-InputComponent e11wid6y0"
className="react-dropdown-select-input css-o79eln-InputComponent e11wid6y0"
onChange={[Function]}
onClick={[Function]}
onKeyPress={[Function]}
Expand Down Expand Up @@ -49,6 +50,7 @@ exports[`<Select/> component <Select/> renders with clearable 1`] = `
className="react-dropdown-select undefined css-1tjkwe0-ReactDropdownSelect e1gzf2xs0"
color="#0074D9"
disabled={false}
onClick={[Function]}
onKeyDown={[Function]}
tabIndex="0"
>
Expand All @@ -57,7 +59,7 @@ exports[`<Select/> component <Select/> renders with clearable 1`] = `
onClick={[Function]}
>
<input
className="react-dropdown-select-input css-1jou9m2-InputComponent e11wid6y0"
className="react-dropdown-select-input css-o79eln-InputComponent e11wid6y0"
onChange={[Function]}
onClick={[Function]}
onKeyPress={[Function]}
Expand Down Expand Up @@ -101,6 +103,7 @@ exports[`<Select/> component <Select/> renders with loading 1`] = `
className="react-dropdown-select undefined css-1tjkwe0-ReactDropdownSelect e1gzf2xs0"
color="#0074D9"
disabled={false}
onClick={[Function]}
onKeyDown={[Function]}
tabIndex="0"
>
Expand All @@ -109,7 +112,7 @@ exports[`<Select/> component <Select/> renders with loading 1`] = `
onClick={[Function]}
>
<input
className="react-dropdown-select-input css-1jou9m2-InputComponent e11wid6y0"
className="react-dropdown-select-input css-o79eln-InputComponent e11wid6y0"
onChange={[Function]}
onClick={[Function]}
onKeyPress={[Function]}
Expand Down Expand Up @@ -149,6 +152,7 @@ exports[`<Select/> component <Select/> renders with name 1`] = `
className="react-dropdown-select undefined css-1tjkwe0-ReactDropdownSelect e1gzf2xs0"
color="#0074D9"
disabled={false}
onClick={[Function]}
onKeyDown={[Function]}
tabIndex="0"
>
Expand All @@ -157,7 +161,7 @@ exports[`<Select/> component <Select/> renders with name 1`] = `
onClick={[Function]}
>
<input
className="react-dropdown-select-input css-1jou9m2-InputComponent e11wid6y0"
className="react-dropdown-select-input css-o79eln-InputComponent e11wid6y0"
onChange={[Function]}
onClick={[Function]}
onKeyPress={[Function]}
Expand Down Expand Up @@ -198,6 +202,7 @@ exports[`<Select/> component <Select/> renders with separator 1`] = `
className="react-dropdown-select undefined css-1tjkwe0-ReactDropdownSelect e1gzf2xs0"
color="#0074D9"
disabled={false}
onClick={[Function]}
onKeyDown={[Function]}
tabIndex="0"
>
Expand All @@ -206,7 +211,7 @@ exports[`<Select/> component <Select/> renders with separator 1`] = `
onClick={[Function]}
>
<input
className="react-dropdown-select-input css-1jou9m2-InputComponent e11wid6y0"
className="react-dropdown-select-input css-o79eln-InputComponent e11wid6y0"
onChange={[Function]}
onClick={[Function]}
onKeyPress={[Function]}
Expand Down
2 changes: 1 addition & 1 deletion __tests__/components/__snapshots__/Content.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports[`<Clear/> component <Content/> renders correctly 1`] = `
</span>
</span>
<input
className="react-dropdown-select-input css-1b1okz1-InputComponent e11wid6y0"
className="react-dropdown-select-input css-n2ezd1-InputComponent e11wid6y0"
onClick={[Function]}
onKeyPress={[Function]}
placeholder=""
Expand Down
2 changes: 1 addition & 1 deletion __tests__/components/__snapshots__/Input.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`<Input/> renders correctly 1`] = `
<input
className="react-dropdown-select-input css-1jou9m2-InputComponent e11wid6y0"
className="react-dropdown-select-input css-1mq5oll-InputComponent e11wid6y0"
onClick={[Function]}
onKeyPress={[Function]}
placeholder=""
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "src/index.js",
"scripts": {
"test": "jest --bail && npm run prepublishOnly && bundlesize",
"test:watch": "jest --bail --watch && npm run prepublishOnly && bundlesize",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"build": "webpack",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 72755df

Please sign in to comment.