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

Upgrade Node.js and dependencies #331

Merged
merged 5 commits into from
Feb 18, 2023
Merged

Upgrade Node.js and dependencies #331

merged 5 commits into from
Feb 18, 2023

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Feb 18, 2023

Notable changes

  • Bumped Node.js to 18.14.1.
  • Updated some broken Jest tests.
    • jest.restoreAllMocks() seems to restore also other kind of mocks than jest.spyOn(). (e.g. the custom factory defined in jest.mock(): It was assumed to globally mock and not restore by jest.restoreAllMocks()).
  • Bumped old GitHub Actions.

In the latest Jest, jest.restoreAllMocks() seems to restore also other
kind of mocks than jest.spyOn().
@yhatt yhatt changed the title Upgrade node and dependencies Upgrade Node.js and dependencies Feb 18, 2023
@yhatt yhatt merged commit 62929d8 into main Feb 18, 2023
@yhatt yhatt deleted the upgrade-node-and-dependencies branch February 18, 2023 20:19
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.

None yet

1 participant