Simen Bekkhus
Simen Bekkhus
Wanna send a PR fixing this? I've never really used `paths` myself...
Deffo a bug - PR welcome! 😀
I'm always a bit confused by the differentiation of project and global config 😅 Specifically, `testTimeout` seems _very_ much like a project config thing (e.g. integration tests should probably have...
@bensternthal what do we do with copyright notices in source code? E.g. https://github.com/jestjs/jest/blob/8dd30d0b92f410d39476016b1960c9d0216b5d7d/packages/jest/src/index.ts#L1-L6
Aight 👍 should it be added to new files (we have a script that verifies on CI), or is it fine to omit for those?
@bensternthal nah, that's fine. I've just been on vacation and started a new job this week, so haven't gotten to this. I'll start tackling the list this weekend 🙂
@bensternthal Some questions 🙂 For the CoC - do I just copy the linked one into this repo and add Jest and my own email to the project list? >...
I like @mrazauskas's suggestion. It should be with a function and not a class so it can be async like mentioned. I'd expect the initial function to either take a...
> * `readConfigs` currently freezes the returned values. Would you be OK with me removing that feature? Why does that need to change? It's not something I really care about,...