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

Fix node test fail #7950

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Fix node test fail #7950

merged 1 commit into from
Aug 4, 2023

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Aug 4, 2023

Changes

It's failing in next branch now.

Testing

Should pass.

Docs

n/a

@changeset-bot
Copy link

changeset-bot bot commented Aug 4, 2023

⚠️ No Changeset found

Latest commit: bd2ef84

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Aug 4, 2023
expect(text).to.equal('<!DOCTYPE html>\nHello!');
expect(text).to.equal('<!DOCTYPE html>Hello!');
Copy link
Member Author

Choose a reason for hiding this comment

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

compressHTML is now true by default

Copy link
Member

Choose a reason for hiding this comment

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

It's weird that I didn't catch this failing test before

Comment on lines +5 to +6
// Temporary skip until we figure out the "Could not find Sharp" issue as `sharp` is bundled
describe.skip('Image endpoint', () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

sharp gets bundled in the nodejs bundle and that doesn't work too well. Temporarily skip it for now.

@ematipico ematipico merged commit 85f2268 into next Aug 4, 2023
13 checks passed
@ematipico ematipico deleted the fix-node-test branch August 4, 2023 09:01
ematipico pushed a commit that referenced this pull request Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants