From 40103f2e019fc3a20329204d2de23f2d3916f740 Mon Sep 17 00:00:00 2001 From: Kirin Patel Date: Mon, 19 Aug 2019 14:21:20 -0700 Subject: [PATCH] Updated unit tests for Editor.tsx to test placeholder and value in simplified manner --- frontend/src/components/__snapshots__/Editor.test.tsx.snap | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 frontend/src/components/__snapshots__/Editor.test.tsx.snap diff --git a/frontend/src/components/__snapshots__/Editor.test.tsx.snap b/frontend/src/components/__snapshots__/Editor.test.tsx.snap deleted file mode 100644 index 10762a86460..00000000000 --- a/frontend/src/components/__snapshots__/Editor.test.tsx.snap +++ /dev/null @@ -1,7 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Editor renders a placeholder that contains HTML 1`] = `"
I am a placeholder with HTML.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
"`; - -exports[`Editor renders with a placeholder 1`] = `"
I am a placeholder.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
"`; - -exports[`Editor renders without a placeholder and value 1`] = `"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
"`;