diff options
author | xuegao <xg353y@intl.att.com> | 2019-10-11 15:41:49 +0200 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2019-10-17 11:53:49 +0200 |
commit | 524b364a12f834e826f4e8be1119b61ba14b503c (patch) | |
tree | e8993edac017c3d82a8d4eb15f31b7b2049decf3 /ui-react/src/__snapshots__/NotFound.test.js.snap | |
parent | 13ab11a844d840025d153f7eac9109fbbe1c6b08 (diff) |
Add unit tests
Add unit tests for backend and frontend.
Issue-ID: CLAMP-512
Change-Id: I713ba2dce3bd132e7e3e713f4e91e3662df7aafd
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'ui-react/src/__snapshots__/NotFound.test.js.snap')
-rw-r--r-- | ui-react/src/__snapshots__/NotFound.test.js.snap | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ui-react/src/__snapshots__/NotFound.test.js.snap b/ui-react/src/__snapshots__/NotFound.test.js.snap new file mode 100644 index 000000000..86bcfd1c4 --- /dev/null +++ b/ui-react/src/__snapshots__/NotFound.test.js.snap @@ -0,0 +1,26 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Verify OnapClamp Test the render method 1`] = ` +<div + id="main" +> + <div + class="divRow" + > + <b> + Page Not Found! + </b> + </div> + <div + class="divRow" + > + Please cick + <a + href="/" + > + here + </a> + to go back to the main page. + </div> +</div> +`; |