MyCrypto/spec/pages/__snapshots__/ENS.spec.tsx.snap
James Prado b7ba8ac22d Routing Improvements (#859)
* Nest Routes

* Update routing for subtabs

* Revert 'remove subtabs component'

* Update contract routes

* Update subtabs component

* Remove typo

* Update routing to handle disabled subroutes

* add disable prop to request payment tab

* Update request payment disabled condition

* Add CaptureRouteNotFound & RouteNotFound components

* Update ENS routing

* Remove any type

* Display 404 before unlocking wallet
2018-01-22 06:24:05 -06:00

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