Skip to content

Frontend test warnings cleanup#3074

Open
ngallegos wants to merge 11 commits into
masterfrom
frontend-test-warnings-cleanup
Open

Frontend test warnings cleanup#3074
ngallegos wants to merge 11 commits into
masterfrom
frontend-test-warnings-cleanup

Conversation

@ngallegos

Copy link
Copy Markdown
Contributor

The frontend tests have a lot of warning noise, either from untested/unmocked console output or misconfigured route mocks. This cleans up those warnings to make the output cleaner and less confusing for identifying legitimate errors.

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

@ngallegos
ngallegos marked this pull request as ready for review July 16, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant