// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` mount rendering matches the snapshot 1`] = `
logo

Welcome to React

Some title

To get started, edit src/App.js and save to reload.

  • First
  • Second
  • Third
`; exports[` shallow rendering matches the snapshot 1`] = `
logo

Welcome to React

To get started, edit src/App.js and save to reload.

  • First
  • Second
  • Third
`;