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

fix(801) - remove bit more noise from jest tests #845

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

tplevko
Copy link
Contributor

@tplevko tplevko commented Feb 19, 2024

continue with fixes for #801

The rest of the noise from the jest tests is caused by the jest generated canvas DOM not setting some attributes - resulting in "Warning: Received NaN for the y2 attribute. If this is expected, cast the value to a string."
This is harmless, even though annoying, polluting the test output, can't figure a way to suppress this warning ATM, other than suppressing the warnings altogether.

fix: #801 (comment)

@lordrip lordrip merged commit 334b3c7 into KaotoIO:main Feb 19, 2024
9 checks passed
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.

Cleanup unit test execution logs
2 participants