sombreroEnPuntas/car-gallery

View on GitHub
components/__snapshots__/message.test.js.snap

Summary

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

exports[`Message matches the snapshot 1`] = `
<MessageBox>
  <h3>
    Ooops...
  </h3>
  <p>
    Something went sideways :$
  </p>
  <ErrorBox>
    <ErrorCode>
      Hello world!
    </ErrorCode>
  </ErrorBox>
  <p>
    Try again later!
  </p>
</MessageBox>
`;