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

Replace node util isNullOrUndefined with own helper due to deprecation #627

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

livzr
Copy link

@livzr livzr commented Nov 19, 2024

When using jest-stare, the following warning always appears:

(node:33071) [DEP0051] DeprecationWarning: The util.isNullOrUndefined API is deprecated. Please use arg === null || arg === undefined instead.

This PR removes the deprecated function and instead provides the same functionality as a helper.

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