labhackercd/linguagem-simples-front

View on GitHub
src/components/Dashboard/Timeline/Feed/__snapshots__/index.test.js.snap

Summary

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

exports[`snapshot should match 1`] = `
<WithStyles(ForwardRef(Grid))
  className="makeStyles-updatesArea-15"
  container={true}
>
  <WithStyles(ForwardRef(List))
    style={
      Object {
        "width": "100%",
      }
    }
  >
    <WithStyles(ForwardRef(Grid))
      className="makeStyles-updatesAreaNoPosts-16"
      container={true}
    >
      <WithStyles(ForwardRef(Grid))
        className="makeStyles-noUpdate-25"
        item={true}
      >
        <ForwardRef(SvgCoffeeMugIcon) />
        <WithStyles(ForwardRef(Typography))
          className="makeStyles-textNoUpdate-26"
          variant="h5"
        >
           Você não possui atualizações 
        </WithStyles(ForwardRef(Typography))>
      </WithStyles(ForwardRef(Grid))>
    </WithStyles(ForwardRef(Grid))>
  </WithStyles(ForwardRef(List))>
</WithStyles(ForwardRef(Grid))>
`;