Skip to content

fix: #666 Remove unnecessary data from test logs for clarity #669

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

ralfger
Copy link
Contributor

@ralfger ralfger commented Mar 7, 2025

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

Bug fix and test improvements.

What is the current behavior?

The test suite contains multiple warnings and errors, causing noise and reducing reliability.

What is the new behavior?

Warnings and errors in tests have been removed, improving stability and maintainability.

Does this PR introduce a breaking change?

Other information:

Two warnings were not removed because they are directly related to the libraries we use.

  • Warning: FormattedRelativeTime: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
  • Deprecation Warning: (node:89781) [DEP0040] The punycode module is deprecated. Please use a userland alternative instead.

@ralfger ralfger requested a review from mkleszcz March 7, 2025 13:33
@ralfger ralfger linked an issue Mar 7, 2025 that may be closed by this pull request
5 tasks
@ralfger ralfger changed the title Fix/666 remove unnecessary data from test logs for clarity fix: #666 Remove unnecessary data from test logs for clarity Mar 7, 2025
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.

Remove unnecessary data from test logs for clarity
1 participant