Skip to content

refactor: use singleton resolver instance #15666

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

Merged
merged 1 commit into from
Jun 9, 2025

Conversation

JounQin
Copy link
Collaborator

@JounQin JounQin commented Jun 7, 2025

Summary

fix #15660

cc @cpojer

Test plan

Copy link

netlify bot commented Jun 7, 2025

Deploy Preview for jestjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 49ffd8d
🔍 Latest deploy log https://app.netlify.com/projects/jestjs/deploys/6844f62c080a43000858aed8
😎 Deploy Preview https://deploy-preview-15666--jestjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

pkg-pr-new bot commented Jun 7, 2025

Open in StackBlitz

babel-jest

npm i https://pkg.pr.new/babel-jest@15666

babel-plugin-jest-hoist

npm i https://pkg.pr.new/babel-plugin-jest-hoist@15666

babel-preset-jest

npm i https://pkg.pr.new/babel-preset-jest@15666

create-jest

npm i https://pkg.pr.new/create-jest@15666

@jest/diff-sequences

npm i https://pkg.pr.new/@jest/diff-sequences@15666

expect

npm i https://pkg.pr.new/expect@15666

@jest/expect-utils

npm i https://pkg.pr.new/@jest/expect-utils@15666

jest

npm i https://pkg.pr.new/jest@15666

jest-changed-files

npm i https://pkg.pr.new/jest-changed-files@15666

jest-circus

npm i https://pkg.pr.new/jest-circus@15666

jest-cli

npm i https://pkg.pr.new/jest-cli@15666

jest-config

npm i https://pkg.pr.new/jest-config@15666

@jest/console

npm i https://pkg.pr.new/@jest/console@15666

@jest/core

npm i https://pkg.pr.new/@jest/core@15666

@jest/create-cache-key-function

npm i https://pkg.pr.new/@jest/create-cache-key-function@15666

jest-diff

npm i https://pkg.pr.new/jest-diff@15666

jest-docblock

npm i https://pkg.pr.new/jest-docblock@15666

jest-each

npm i https://pkg.pr.new/jest-each@15666

@jest/environment

npm i https://pkg.pr.new/@jest/environment@15666

jest-environment-jsdom

npm i https://pkg.pr.new/jest-environment-jsdom@15666

@jest/environment-jsdom-abstract

npm i https://pkg.pr.new/@jest/environment-jsdom-abstract@15666

jest-environment-node

npm i https://pkg.pr.new/jest-environment-node@15666

@jest/expect

npm i https://pkg.pr.new/@jest/expect@15666

@jest/fake-timers

npm i https://pkg.pr.new/@jest/fake-timers@15666

@jest/get-type

npm i https://pkg.pr.new/@jest/get-type@15666

@jest/globals

npm i https://pkg.pr.new/@jest/globals@15666

jest-haste-map

npm i https://pkg.pr.new/jest-haste-map@15666

jest-jasmine2

npm i https://pkg.pr.new/jest-jasmine2@15666

jest-leak-detector

npm i https://pkg.pr.new/jest-leak-detector@15666

jest-matcher-utils

npm i https://pkg.pr.new/jest-matcher-utils@15666

jest-message-util

npm i https://pkg.pr.new/jest-message-util@15666

jest-mock

npm i https://pkg.pr.new/jest-mock@15666

@jest/pattern

npm i https://pkg.pr.new/@jest/pattern@15666

jest-phabricator

npm i https://pkg.pr.new/jest-phabricator@15666

jest-regex-util

npm i https://pkg.pr.new/jest-regex-util@15666

jest-repl

npm i https://pkg.pr.new/jest-repl@15666

@jest/reporters

npm i https://pkg.pr.new/@jest/reporters@15666

jest-resolve

npm i https://pkg.pr.new/jest-resolve@15666

jest-resolve-dependencies

npm i https://pkg.pr.new/jest-resolve-dependencies@15666

jest-runner

npm i https://pkg.pr.new/jest-runner@15666

jest-runtime

npm i https://pkg.pr.new/jest-runtime@15666

@jest/schemas

npm i https://pkg.pr.new/@jest/schemas@15666

jest-snapshot

npm i https://pkg.pr.new/jest-snapshot@15666

@jest/snapshot-utils

npm i https://pkg.pr.new/@jest/snapshot-utils@15666

@jest/source-map

npm i https://pkg.pr.new/@jest/source-map@15666

@jest/test-result

npm i https://pkg.pr.new/@jest/test-result@15666

@jest/test-sequencer

npm i https://pkg.pr.new/@jest/test-sequencer@15666

@jest/transform

npm i https://pkg.pr.new/@jest/transform@15666

@jest/types

npm i https://pkg.pr.new/@jest/types@15666

jest-util

npm i https://pkg.pr.new/jest-util@15666

jest-validate

npm i https://pkg.pr.new/jest-validate@15666

jest-watcher

npm i https://pkg.pr.new/jest-watcher@15666

jest-worker

npm i https://pkg.pr.new/jest-worker@15666

pretty-format

npm i https://pkg.pr.new/pretty-format@15666

commit: 49ffd8d

@JounQin JounQin force-pushed the refactor/singleton_resolver branch from eb8b955 to 49ffd8d Compare June 8, 2025 02:32
Copy link
Member

@cpojer cpojer left a comment

Choose a reason for hiding this comment

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

Thank you!

@cpojer cpojer merged commit d3cadd1 into jestjs:main Jun 9, 2025
76 checks passed
@JounQin JounQin deleted the refactor/singleton_resolver branch June 9, 2025 01:03
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.

[Bug]: Memory usage significantly increases in 30.0.0-beta.6 for certain tests
2 participants