-
-
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
Rename ProjectConfig.name
to ProjectConfig.id
#10013
Comments
Could I take this up? |
Yeah, go for it! And yes, just renaming it 👍 It's used as a key here and there, but TypeScript should tell you where 🙂 |
Great! I'll get right on it! |
Hi, can I give this a shot if you have not yet started @Devanshu24 ? |
Hey @msurekci! Sorry for not replying fast, I just wasn't able to find all the instances of |
@msurekci Is this issue fixed or are you working on it? I would like to pick it up. |
Hi, first-timer here. I'd love to give this a try |
@SimenB Hey, I am new here. Can I work on this? |
Yes, this appears to be up for grabs |
Hi, may I take this up? |
@jeysal Should I start working on this? |
@jhalak27 sure, have a go |
Are there the only two files where changes are needed? |
Haven't checked how many relevant files there are, but yeah just the name change |
@jeysal I have made the changes on relevant files. The Running TypeScript compiler & ESLint is successfully but the other tests are falling as there are corresponding changes required to be done in test files. What should I do? |
Hey, guys noticed that this is one of the milestones for the jest 27 and also a good first issue because it was stalled since October the last try to fix this I created a new MR to fix this issue. 👋 |
I'm about to get started on this task, just ran a build/ test as a baseline before I start making changes. 52 tests failed, did I do something wrong or is this a normal starting point? Thank you |
I started this task on here: #11089 but did not get a reply from any of the maintainers. About the unit tests it was difficult to me to make it work I don't know what I did after, while I couldn't I used the pipeline to try to validate everything was working 🤔 |
This is my first time trying to contribute to something. Just making sure I understand, have you already submitted a solution to this issue? If so I think I will try finding something else to work on :) |
It's also my first time trying to contribute to something as big as jest. |
@jeysal Can I work on this issue? |
There were a few PRs IIRC but none finished so go ahead and tag me in it when done |
Ok |
Hi, If it's still open I want to work on this issue? |
Hey, there's already a PR ready that will land for the next major I think |
Alright. Thanks, Tim |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
https://github.com/facebook/jest/blob/0e0eeed9d794fe0d6d7e84f555d9684f9e944221/packages/jest-types/src/Config.ts#L149
https://github.com/facebook/jest/blob/0e0eeed9d794fe0d6d7e84f555d9684f9e944221/packages/jest-config/src/normalize.ts#L364-L371
This isn't actually a name, it's used as an ID. We have
displayName
which should be used for e.g. selecting which project to runThe text was updated successfully, but these errors were encountered: