diff options
Diffstat (limited to 'runtime/ui-react/src/__snapshots__/NotFound.test.js.snap')
-rw-r--r-- | runtime/ui-react/src/__snapshots__/NotFound.test.js.snap | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/runtime/ui-react/src/__snapshots__/NotFound.test.js.snap b/runtime/ui-react/src/__snapshots__/NotFound.test.js.snap deleted file mode 100644 index 86bcfd1c4..000000000 --- a/runtime/ui-react/src/__snapshots__/NotFound.test.js.snap +++ /dev/null @@ -1,26 +0,0 @@ -// 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> -`; |