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

Summary

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

exports[`COMPONENTS - <App> render App 1`] = `
<AppWrapper>
  <GlobalStyleComponent />
</AppWrapper>
`;