Rename `ProjectConfig.name` to `ProjectConfig.id` #10013
Comments
|
Could I take this up? |
|
Yeah, go for it! And yes, just renaming it |
|
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? |


jest/packages/jest-types/src/Config.ts
Line 149 in 0e0eeed
jest/packages/jest-config/src/normalize.ts
Lines 364 to 371 in 0e0eeed
This isn't actually a name, it's used as an ID. We have
displayNamewhich should be used for e.g. selecting which project to runThe text was updated successfully, but these errors were encountered: