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

Resolved CI Linter and Unit and Integration Tests failures #246

Merged
merged 3 commits into from
Sep 30, 2023

Conversation

aydrian
Copy link
Contributor

@aydrian aydrian commented Sep 30, 2023

Should unblock release for #243

I only upgraded the dependencies required to resolve the issues. I updated @remix-run/server-runtime to ^2.0.1, this required me to upgrade Jest in order to handle node:crypto no longer being polyfilled in @remix-run/node. The url passed to new Requests in tests had to be updated to fit new validation. I also had to change the way we test thrown responses due to the returned object not deeply matching anymore. Now instead checking to make sure error thrown is an instance of Response and then checking that the status and message are what's expected.

@sergiodxa sergiodxa added the bug Something isn't working label Sep 30, 2023
@sergiodxa sergiodxa merged commit 1193034 into sergiodxa:main Sep 30, 2023
@aydrian
Copy link
Contributor Author

aydrian commented Sep 30, 2023

I noticed the CI failed again. Could this be due to it running Node v14?

@aydrian
Copy link
Contributor Author

aydrian commented Sep 30, 2023

Added PR #247 to hopefully resolve the remaining issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants