__tests__/components/layout/__snapshots__/Main.spec.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`COMPONENTS - <Main> render Main 1`] = `
<MainWrapper>
  <withRouter(Content) />
  <HiddenEditor>
    <WithTheme(Editor)
      file={
        Object {
          "collapsed": false,
          "content": "temp",
        }
      }
    />
  </HiddenEditor>
</MainWrapper>
`;