Skip to content

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

Open
ralfger wants to merge 10 commits intomasterfrom
fix/666-remove-unnecessary-data-from-test-logs-for-clarity
Open

fix: #666 Remove unnecessary data from test logs for clarity#669
ralfger wants to merge 10 commits intomasterfrom
fix/666-remove-unnecessary-data-from-test-logs-for-clarity

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
@ralfger ralfger requested a review from pziemkowski June 24, 2025 09:55
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