Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LINK-1966 | fix vitest warnings #381

Merged
merged 5 commits into from
May 13, 2024
Merged

Commits on Apr 25, 2024

  1. chore: refactor LocaleRoutes tests

    Use test specific mocks instead of having common mocks variable which contains all the mocks
    Add missing mocks to get rid of some warnings
    jorilindell committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f534730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfdf1c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf18a6d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. chore: mock HTMLCanvasElement.prototype.getContext function

    Mock HTMLCanvasElement.prototype.getContext function to avoid 'not defined' console errors in axe tests
    jorilindell committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    77616e1 View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    jorilindell committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c46e048 View commit details
    Browse the repository at this point in the history