tests: unit tests fix warnings and errors - #1177
Merged
Merged
Conversation
|
Deployment previews on netlify for branch
|
tarrow
force-pushed
the
fixUnitTestWarns
branch
from
August 24, 2026 15:12
721ede0 to
c72b795
Compare
This patch uses two workarounds from stackoverflow to prevent warnings that seem to be present after updating jest. While the unit tests have always worked in CI and still work locally without this patch there is a lot of unnecessary noise which prevents easily running them locally Bug: T435838
tarrow
force-pushed
the
fixUnitTestWarns
branch
from
August 24, 2026 15:21
c72b795 to
21db731
Compare
deer-wmde
approved these changes
Aug 24, 2026
deer-wmde
left a comment
Contributor
There was a problem hiding this comment.
neat! I can confirm this gets rid of the noise I see when I run test:unit currently on main.
For papertrails sake I'll add what it spit out before:
Error: Not implemented: navigation (except hash changes)
and a bunch of
[Vue warn]: Unknown custom element: <v-main> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
for elements like v-col, v-row, v-container etc.
both with lots of additional trace lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch uses two workarounds from stackoverflow to prevent warnings that seem to be present after updating jest.
While the unit tests have always worked in CI and still work locally without this patch there is a lot of unnecessary noise which prevents easily running them locally
Bug: T435838