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

backend test で jest の ワーニング #200

Closed
s-xix98 opened this issue May 2, 2023 · 2 comments
Closed

backend test で jest の ワーニング #200

s-xix98 opened this issue May 2, 2023 · 2 comments

Comments

@s-xix98
Copy link
Owner

s-xix98 commented May 2, 2023

backend コンテナで make test 実行した時、jest で ワーニングが出る

@wyoheiii
Copy link
Collaborator

wyoheiii commented May 3, 2023

jestのバグっぽい?
jestjs/jest#11354
prisma/prisma#17171
jestjs/jest#13139

node_modules/jest-worker/build/base/BaseWorkerPool.js "test": "sed -i -e 's/const FORCE_EXIT_DELAY = 500;/const FORCE_EXIT_DELAY = 7000;/g' ./node_modules/jest-worker/build/base/BaseWorkerPool.js && react-scripts test # See https://github.com/facebook/jest/issues/11354",

issueに載ってるやつ大体試したけど、jestのソースコードの定数を書き換えるしかwarning消えなかった

@wyoheiii
Copy link
Collaborator

wyoheiii commented Jul 8, 2023

jestのバグです

@wyoheiii wyoheiii closed this as completed Jul 8, 2023
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

When branches are created from issues, their pull requests are automatically linked.

2 participants