You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.test.tsx.snap 193B

1234567891011
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Home page matches snapshot 1`] = `
  3. <DocumentFragment>
  4. <div
  5. class="container"
  6. >
  7. hey world Hello!
  8. </div>
  9. </DocumentFragment>
  10. `;