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.

AuditApp-test.tsx.snap 293B

123456789101112
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <AuditAppRenderer
  4. downloadStarted={false}
  5. handleDateSelection={[Function]}
  6. handleOptionSelection={[Function]}
  7. handleStartDownload={[Function]}
  8. housekeepingPolicy="Monthly"
  9. selection="today"
  10. />
  11. `;