luhmann/hired

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

Summary

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

exports[`HeaderSave should render 1`] = `
<styled.header>
  <Styled(Component)
    clickHandler={[Function]}
    data-t-target="CancelButton"
    text="Cancel"
  />
  <styled.h1>
    New Project
  </styled.h1>
  <Styled(Component)
    clickHandler={[Function]}
    data-t-target="SaveButton"
    text="Save"
  />
</styled.header>
`;