From 28aa29f66de909223bd67da717fdd810df735afc Mon Sep 17 00:00:00 2001 From: xuegao Date: Mon, 4 May 2020 15:33:06 +0200 Subject: Add unit test Add unit tests to improve code coverage. Issue-ID: CLAMP-844 Change-Id: I7792212d476103086e063cf8fe4a9abed1294fd6 Signed-off-by: xuegao --- .../__snapshots__/CreateLoopModal.test.js.snap | 141 +++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap (limited to 'ui-react/src/components/dialogs/Loop/__snapshots__') diff --git a/ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap b/ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap new file mode 100644 index 000000000..305c87bf2 --- /dev/null +++ b/ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap @@ -0,0 +1,141 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Verify CreateLoopModal Test the render method 1`] = ` + + + + Create Model + + + + + + Template Name: + + + + + + + + Model Preview: + + + + + + + + Model Name: + + + + + + + + + +`; -- cgit 1.2.3-korg