summaryrefslogtreecommitdiffstats
path: root/devtools/client/application/test/node/components/__snapshots__/components_application_panel-App.test.js.snap
blob: cef0e0a85d6dd6c681208d363e5157b10d139399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`App renders the expected snapshot 1`] = `
<LocalizationProvider>
  <main
    className="app"
  >
    <Connect(Sidebar) />
    <Connect(PageSwitcher) />
  </main>
</LocalizationProvider>
`;