21 lines
360 B
Plaintext
21 lines
360 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
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)>
|
|
`;
|