From 841ddaaa26c0faf16353d8e22093daa2553aad57 Mon Sep 17 00:00:00 2001 From: xuegao Date: Thu, 19 Sep 2019 14:23:14 +0200 Subject: Add unit tests for UI Adding unit tests for React UI Issue-ID: CLAMP-509 Change-Id: If31bbea7972736aa190fd0fed19336a1aa382af8 Signed-off-by: xuegao --- .../components/loop_viewer/svg/__snapshots__/LoopSvg.test.js.snap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ui-react/src/components/loop_viewer/svg/__snapshots__/LoopSvg.test.js.snap (limited to 'ui-react/src/components/loop_viewer/svg/__snapshots__') diff --git a/ui-react/src/components/loop_viewer/svg/__snapshots__/LoopSvg.test.js.snap b/ui-react/src/components/loop_viewer/svg/__snapshots__/LoopSvg.test.js.snap new file mode 100644 index 000000000..23d22256f --- /dev/null +++ b/ui-react/src/components/loop_viewer/svg/__snapshots__/LoopSvg.test.js.snap @@ -0,0 +1,7 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Verify LoopSvg Test the render method 1`] = ` + + + +`; -- cgit 1.2.3-korg