-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
ProjectConfig.name
to ProjectConfig.id
#10592
Conversation
Hi again, looking good so far but seems you'll also need to update some test - see CI failures |
Yeah, actually. I wanted to ask whether I should change in those files also? I was afraid to change without asking as these are the test files which needs change. |
Yeah, the tests should also check for the new name 🙃 |
Let me know once you have this passing and ready (or of course if you need any further help) :) |
@jeysal Hey, I am unable to figure out the remaining errors. Could you help in that? |
Hi, so if you look at e.g. the |
@jeysal I am not able to find the objects which still has |
For the example I mentioned, it's right there in |
I did change every |
Oh sorry, must have missed that commit |
So the reason why that test is still not working is probably that |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Changed name: string to id: string in file jest/packages/jest-types/src/Config.ts
and in jest/packages/jest-config/src/normalize.ts
Summary
Closes #10013
Test plan