apjames93/mui-storyblok

View on GitHub
src/lib/components/PageGrid/molecules/Typography/components/Span/__snapshots__/Span.test.js.snap

Summary

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

exports[`<Span /> snapshot 1`] = `
<span
  className="MuiTypography-root makeStyles-root-3   MuiTypography-body1"
  data-blok-c=""
  data-blok-uid=""
  inView={true}
  style={
    Object {
      "opacity": 1,
    }
  }
>
   wooo 
</span>
`;