From 03326065749376a37f6ce7a05f25d8a547ea120a Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Thu, 17 Aug 2017 08:42:55 -0400 Subject: [PATCH] Update snapshots --- test/unit/components/__snapshots__/sound-editor.test.jsx.snap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap index 644d330d0..6e863223f 100644 --- a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap +++ b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap @@ -111,6 +111,7 @@ exports[`Sound Editor Component matches snapshot 1`] = ` <div className="" onMouseDown={[Function]} + onTouchStart={[Function]} style={ Object { "alignContent": undefined, @@ -231,6 +232,7 @@ exports[`Sound Editor Component matches snapshot 1`] = ` <div className="" onMouseDown={[Function]} + onTouchStart={[Function]} style={ Object { "alignContent": undefined, -- GitLab