react-app/src/components/layout/Footer.test.tsx.snap

Summary

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

exports[`Footer.tsx should match the existing snapshot 1`] = `
<footer>
  <div
    className="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular css-xwp9po-MuiToolbar-root"
  >
    <p
      className="MuiTypography-root MuiTypography-body1 css-1lsxh3m-MuiTypography-root"
      style={{}}
    >
      © 2024 Government of British Columbia.
    </p>
    <div
      className="MuiBox-root css-i9gxme"
    />
    <div
      className="MuiBox-root css-13t3iqc"
    >
      <a
        className="MuiTypography-root MuiTypography-h5 MuiLink-root MuiLink-underlineAlways css-gjyslq-MuiTypography-root-MuiLink-root"
        href="https://www2.gov.bc.ca//gov/content/home/accessible-government"
        onBlur={[Function]}
        onFocus={[Function]}
        style={{}}
      >
        Accessibility
      </a>
      <a
        className="MuiTypography-root MuiTypography-h5 MuiLink-root MuiLink-underlineAlways css-gjyslq-MuiTypography-root-MuiLink-root"
        href="https://www2.gov.bc.ca//gov/content/home/privacy"
        onBlur={[Function]}
        onFocus={[Function]}
        style={{}}
      >
        Privacy
      </a>
      <a
        className="MuiTypography-root MuiTypography-h5 MuiLink-root MuiLink-underlineAlways css-gjyslq-MuiTypography-root-MuiLink-root"
        href="https://www2.gov.bc.ca//gov/content/home/copyright"
        onBlur={[Function]}
        onFocus={[Function]}
        style={{}}
      >
        Copyright
      </a>
      <a
        className="MuiTypography-root MuiTypography-h5 MuiLink-root MuiLink-underlineAlways css-gjyslq-MuiTypography-root-MuiLink-root"
        href="https://www2.gov.bc.ca//gov/content/home/disclaimer"
        onBlur={[Function]}
        onFocus={[Function]}
        style={{}}
      >
        Disclaimer
      </a>
    </div>
  </div>
</footer>
`;