Update snapshots

This commit is contained in:
Jordan Eldredge 2018-01-17 09:38:58 -08:00
parent 07c902b95d
commit 3b9fdb30e5
5 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
className="window draggable"
id="equalizer-window"
onMouseDown={[Function]}
onWheel={[Function]}
>
<div>
<div

View file

@ -4,6 +4,7 @@ exports[`GenWindow renders to snapshot 1`] = `
<div
className="gen-window window selected"
onMouseDown={[Function]}
onWheel={[Function]}
>
<div
className="gen-top draggable"

View file

@ -12,6 +12,7 @@ describe("GenWindow", () => {
selected
close={() => {}}
windowId="TEST_WINDOW_ID"
scrollVolume={() => {}}
/>
)
.toJSON();

View file

@ -9,6 +9,7 @@ exports[`MainWindow renders to snapshot 1`] = `
onDragStart={[Function]}
onDrop={[Function]}
onMouseDown={[Function]}
onWheel={[Function]}
>
<div
className="selected title-bard draggable"

View file

@ -9,6 +9,7 @@ exports[`PlaylistWindow renders to snapshot 1`] = `
onDragStart={[Function]}
onDrop={[Function]}
onMouseDown={[Function]}
onWheel={[Function]}
style={
Object {
"backgroundColor": undefined,