blob: 86bcfd1c4d075fdad7576f9a5c6b037b5d581d6b [file] [log] [blame]
xuegao524b3642019-10-11 15:41:49 +02001// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`Verify OnapClamp Test the render method 1`] = `
4<div
5 id="main"
6>
7 <div
8 class="divRow"
9 >
10 <b>
11 Page Not Found!
12 </b>
13 </div>
14 <div
15 class="divRow"
16 >
17 Please cick
18 <a
19 href="/"
20 >
21 here
22 </a>
23 to go back to the main page.
24 </div>
25</div>
26`;