8000 v27.0.0-beta.0 issues · Issue #3864 · jsdom/jsdom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v27.0.0-beta.0 issues #3864

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

Open
asamuzaK opened this issue Apr 20, 2025 · 3 comments
Open

v27.0.0-beta.0 issues #3864

asamuzaK opened this issue Apr 20, 2025 · 3 comments

Comments

@asamuzaK
Copy link
Contributor
asamuzaK commented Apr 20, 2025

We are providing a pre-release version of jsdom.
Please see the changelog for details, try it out in your environment, and give us your feedback here.

There are several ways to temporarily override jsdom.
Don't forget to remove override field after testing.

npm:

"overrides": {
  "jsdom": "^27.0.0-beta.0"
},

yarn:

"resolutions": {
  "jsdom": "^27.0.0-beta.0"
},

pnpm:

"pnpm": {
  "overrides": {
    "jsdom": "^27.0.0-beta.0"
  }
}
@DoodleBobBuffPants
Copy link

In relation to #3659, we see duration on a test run with coverage go from ~4 minutes to ~5 minutes, which is acceptable since it doesn't become a bottleneck nor is it on the critical path of our pipeline in terms of performance, so all good from us

@asamuzaK
Copy link
Contributor Author
asamuzaK commented May 6, 2025

See also vitest-dev/vitest#7863 (comment)

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

No branches or pull requests

2 participants
0