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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(webapp): replace deprecated jest methods in webapp unit tests #6808

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

mahula
Copy link
Contributor

@mahula mahula commented Oct 31, 2023

馃嵃 Pullrequest

In the webapp Jest v29.5 is used.
Several method from our unit tests are deprecated in this Jest versin

Todo

Replace deprecatedmethods with current equivalent

  • toBeCalled --> toHaveBeenCalled
  • toBeCalledWith --> toHaveBeenCalledWith
  • toBeCalledTimes --> toHaveBeenCalledTimes

Issues

@mahula mahula requested review from Tirokk and Elweyn October 31, 2023 10:26
Copy link
Member

@Tirokk Tirokk left a comment

Choose a reason for hiding this comment

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

Great @mahula 馃槏

Works fine locally!

@Tirokk Tirokk merged commit cee9da0 into master Oct 31, 2023
24 checks passed
@Tirokk Tirokk deleted the replace-deprecated-jest-method branch October 31, 2023 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants