Skip to content

Commit

Permalink
Update snapshots with touch support
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Feb 7, 2018
1 parent d01420e commit 44164f0
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions test/__snapshots__/snapshots.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ exports[`dateFormat set to false 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
<div
Expand All @@ -34,7 +35,8 @@ exports[`dateFormat set to false 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
</div>
Expand All @@ -47,7 +49,8 @@ exports[`dateFormat set to false 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
<div
Expand All @@ -57,7 +60,8 @@ exports[`dateFormat set to false 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
</div>
Expand All @@ -66,7 +70,8 @@ exports[`dateFormat set to false 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
<div
Expand All @@ -76,7 +81,8 @@ exports[`dateFormat set to false 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
</div>
Expand Down Expand Up @@ -7629,7 +7635,8 @@ exports[`viewMode set to time 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
<div
Expand All @@ -7639,7 +7646,8 @@ exports[`viewMode set to time 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
</div>
Expand All @@ -7652,7 +7660,8 @@ exports[`viewMode set to time 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
<div
Expand All @@ -7662,7 +7671,8 @@ exports[`viewMode set to time 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
</div>
Expand All @@ -7671,7 +7681,8 @@ exports[`viewMode set to time 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
<div
Expand All @@ -7681,7 +7692,8 @@ exports[`viewMode set to time 1`] = `
<span
className="rdtBtn"
onContextMenu={[Function]}
onMouseDown={[Function]}>
onMouseDown={[Function]}
onTouchStart={[Function]}>
</span>
</div>
Expand Down

0 comments on commit 44164f0

Please sign in to comment.