MyCrypto/spec/pages/__snapshots__/ENS.spec.tsx.snap

21 lines
360 B
Plaintext
Raw Normal View History

// 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)>
`;