Skip to content

Commit

Permalink
Update snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed May 20, 2018
1 parent cfe5744 commit 2ed36d6
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions src/__snapshots__/TimeInput.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,12 @@ exports[`<TimeInput /> 12h matches the snapshot 1`] = `
onClick={[Function]}
>
<input
aria-invalid={undefined}
aria-required={undefined}
autoComplete={undefined}
autoFocus={undefined}
className="MuiInput-input-11"
defaultValue={undefined}
disabled={false}
id={undefined}
name={undefined}
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
onKeyDown={undefined}
onKeyUp={undefined}
placeholder={undefined}
readOnly={true}
required={undefined}
rows={undefined}
type="text"
value="1:37 pm"
/>
Expand Down Expand Up @@ -126,9 +114,7 @@ exports[`<TimeInput /> 12h matches the snapshot 1`] = `
className="MuiDialog-root-16"
disableBackdropClick={false}
disableEscapeKeyDown={false}
onBackdropClick={undefined}
onClose={[Function]}
onEscapeKeyDown={undefined}
open={false}
role="dialog"
>
Expand Down Expand Up @@ -165,9 +151,7 @@ exports[`<TimeInput /> 12h matches the snapshot 1`] = `
"modals": Array [],
}
}
onBackdropClick={undefined}
onClose={[Function]}
onEscapeKeyDown={undefined}
open={false}
role="dialog"
/>
Expand Down Expand Up @@ -235,24 +219,12 @@ exports[`<TimeInput /> 24h matches the snapshot 1`] = `
onClick={[Function]}
>
<input
aria-invalid={undefined}
aria-required={undefined}
autoComplete={undefined}
autoFocus={undefined}
className="MuiInput-input-11"
defaultValue={undefined}
disabled={false}
id={undefined}
name={undefined}
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
onKeyDown={undefined}
onKeyUp={undefined}
placeholder={undefined}
readOnly={true}
required={undefined}
rows={undefined}
type="text"
value="13:37"
/>
Expand Down Expand Up @@ -304,9 +276,7 @@ exports[`<TimeInput /> 24h matches the snapshot 1`] = `
className="MuiDialog-root-16"
disableBackdropClick={false}
disableEscapeKeyDown={false}
onBackdropClick={undefined}
onClose={[Function]}
onEscapeKeyDown={undefined}
open={false}
role="dialog"
>
Expand Down Expand Up @@ -343,9 +313,7 @@ exports[`<TimeInput /> 24h matches the snapshot 1`] = `
"modals": Array [],
}
}
onBackdropClick={undefined}
onClose={[Function]}
onEscapeKeyDown={undefined}
open={false}
role="dialog"
/>
Expand Down

0 comments on commit 2ed36d6

Please sign in to comment.