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.

App-test.tsx.snap 288B

1234567891011121314151617
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <Fragment>
  4. <Suggestions
  5. suggestions="project_baseline"
  6. />
  7. <div
  8. className="page page-limited"
  9. >
  10. <AppHeader
  11. canAdmin={true}
  12. />
  13. <DeferredSpinner />
  14. </div>
  15. </Fragment>
  16. `;