luhmann/hired

View on GitHub
src/components/organisms/__tests__/__snapshots__/HeaderProjectList.spec.tsx.snap

Summary

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

exports[`HeaderProjectList should render 1`] = `
<styled.header>
  <Styled(WithRoute[BaseLink])
    routeName="PROJECT_NEW"
  >
    <Styled(Icon) />
  </Styled(WithRoute[BaseLink])>
  <styled.h1>
    Projects
  </styled.h1>
</styled.header>
`;