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

feat: unit-test on node v20 #418

Merged
merged 1 commit into from Jan 9, 2024
Merged

Conversation

jiho-kr
Copy link
Contributor

@jiho-kr jiho-kr commented Jan 9, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

unit-test fails on node v20.

What is the new behavior?

unit-test succeeded on node v20.

supertest malfunctions due to changes in node20.

I'm guessing this is an issue with node v20 and not supertest. (nodejs/node#47130)

I temporarily solve this issue by adding listen.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@jiho-kr jiho-kr self-assigned this Jan 9, 2024
Copy link
Contributor

@Pigrabbit Pigrabbit left a comment

Choose a reason for hiding this comment

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

I have checked FIXME comments

@jiho-kr jiho-kr merged commit 5779d62 into woowabros:main Jan 9, 2024
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.

None yet

2 participants