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

#1144@patch: Run tests against newer Node.js versions #1145

Merged
merged 7 commits into from
Oct 27, 2023

Conversation

IGx89
Copy link
Contributor

@IGx89 IGx89 commented Oct 26, 2023

Also fixed tests that were failing locally for me, for various reasons.

Closes #1144

@IGx89 IGx89 marked this pull request as ready for review October 26, 2023 20:59
Copy link
Owner

@capricorn86 capricorn86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution @IGx89! 🌟

I looked into dateIsoWeek() and It seems like we are using this:
https://stackoverflow.com/a/16591175/12415847

But we should probably use this (it seems like JSDOM is using this one as well):
https://stackoverflow.com/a/6117889/12415847

I have changed it now.

@capricorn86 capricorn86 merged commit 9a0062b into capricorn86:master Oct 27, 2023
3 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.

Run tests against newer Node.js versions
2 participants