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`] = `
|
|
|
|
<Connect(TabSection)
|
|
|
|
isUnavailableOffline={true}
|
|
|
|
>
|
|
|
|
<section
|
|
|
|
className="container"
|
|
|
|
>
|
|
|
|
<Switch>
|
|
|
|
<Route
|
|
|
|
exact={true}
|
|
|
|
path="/ens"
|
|
|
|
render={[Function]}
|
|
|
|
/>
|
|
|
|
<Component />
|
|
|
|
</Switch>
|
|
|
|
</section>
|
|
|
|
</Connect(TabSection)>
|
2017-10-25 02:17:26 +00:00
|
|
|
`;
|