2017-10-25 02:17:26 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2018-01-22 12:24:05 +00:00
|
|
|
exports[`snapshot test ENS component 1`] = `
|
2018-02-08 17:30:30 +00:00
|
|
|
<Connect(TabSection)
|
|
|
|
isUnavailableOffline={true}
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="Tab-content"
|
|
|
|
>
|
|
|
|
<section
|
|
|
|
className="Tab-content-pane"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="ENS"
|
|
|
|
>
|
|
|
|
<h1
|
|
|
|
className="ENS-title"
|
|
|
|
>
|
|
|
|
Ethereum Name Service
|
|
|
|
</h1>
|
|
|
|
<p
|
|
|
|
className="ENS-description"
|
|
|
|
>
|
|
|
|
The
|
|
|
|
<ENSDocsLink />
|
|
|
|
is a distributed, open, and extensible naming system based on the Ethereum blockchain. Once you have a name, you can tell your friends to send ETH to
|
|
|
|
<code>
|
|
|
|
ensdomain.eth
|
|
|
|
</code>
|
|
|
|
instead of
|
|
|
|
<code>
|
|
|
|
0x4bbeEB066e
|
|
|
|
...
|
|
|
|
</code>
|
|
|
|
</p>
|
|
|
|
<Connect(NameInput) />
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<Connect(NameResolve) />
|
|
|
|
</div>
|
|
|
|
</Connect(TabSection)>
|
2017-10-25 02:17:26 +00:00
|
|
|
`;
|