SymphonyElectron/spec/__snapshots__/moreInfo.spec.ts.snap

159 lines
2.2 KiB
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`more info should render correctly 1`] = `
<div
className="MoreInfo"
>
<span>
<b>
Version Information
</b>
</span>
<div
className="content"
>
<h4>
Symphony
</h4>
<table>
<tbody>
<tr>
<th>
Pod Version
</th>
<th>
SDA Version
</th>
</tr>
<tr>
<td>
N/A (N/A)
</td>
<td>
N/A (N/A)
</td>
</tr>
</tbody>
</table>
</div>
<div
className="content"
>
<h4>
Electron
</h4>
<span
className="MoreInfo-electron"
>
N/A
</span>
</div>
<div
className="content"
>
<h4>
v8
related
</h4>
<table>
<tbody>
<tr>
<th>
Chrome
</th>
<th>
v8
</th>
<th>
Node
</th>
</tr>
<tr>
<td>
N/A
</td>
<td>
N/A
</td>
<td>
N/A
</td>
</tr>
</tbody>
</table>
</div>
<div
className="content"
>
<h4>
Others
</h4>
<table>
<tbody>
<tr>
<th>
openssl
</th>
<th>
zlib
</th>
<th>
uv
</th>
<th>
ares
</th>
<th>
http_parser
</th>
</tr>
<tr>
<td>
N/A
</td>
<td>
N/A
</td>
<td>
N/A
</td>
<td>
N/A
</td>
<td>
N/A
</td>
</tr>
</tbody>
</table>
</div>
<div
className="content"
>
<h4>
Swift Search
</h4>
<table>
<tbody>
<tr>
<th>
Swift Search Version
</th>
<th>
API Version
</th>
</tr>
<tr>
<td>
N/A
</td>
<td>
N/A
</td>
</tr>
</tbody>
</table>
</div>
</div>
`;