From d1dbe44caaf4a871a88901c733a7c74d5cbaa520 Mon Sep 17 00:00:00 2001 From: stdio2016 <randomfrank8@gmail.com> Date: Sun, 19 Nov 2017 13:08:57 +0800 Subject: [PATCH] change path p property in test file firefox doesn't like comma (,) in svg path, so I change comma to space --- test/unit/components/__snapshots__/sound-editor.test.jsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap index 693cf59cf..ac545dd6e 100644 --- a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap +++ b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap @@ -99,7 +99,7 @@ exports[`Sound Editor Component matches snapshot 1`] = ` > <path className={undefined} - d="M0 0Q0 0 60 45,Q120 90 180 135,Q240 180 300 225,Q360 270 420 135,Q480 0 480 0,Q480 0 420 -135,Q360 -270 300 -225,Q240 -180 180 -135,Q120 -90 60 -45,Q0 0 0 0Z" + d="M0 0Q0 0 60 45 Q120 90 180 135 Q240 180 300 225 Q360 270 420 135 Q480 0 480 0 Q480 0 420 -135 Q360 -270 300 -225 Q240 -180 180 -135 Q120 -90 60 -45 Q0 0 0 0Z" strokeLinejoin="round" strokeWidth={2} /> -- GitLab