Simen Bekkhus
Simen Bekkhus
What permissions are needed for the fine grained token?
Happy to take a PR for this 👍
Yeah, we don't list `module` in our package.json, so `js` files should be treated as CJS. How are you importing?
Thanks! Could you update the versioned docs as well? It was added in 29.2, so it should be in all of them
I _think_ we need updated APIs from node for this. https://nodejs.org/api/vm.html#sourcetextmodulelinkrequestsmodules landed in 24.8, so maybe we are unblocked? Haven't researched it properly yet
Missed this one! Gave it a whack in https://github.com/jestjs/jest/pull/15265
👋😅 I think this makes sense as an option 👍 Just needs some documentation I believe? (If you're still up for it)
A "test suite" in jest's terminology means a test file, not a `describe`. So the docs are imprecise there, should definitely be improved. In the future we wanna improve that...
Happy to take a PR switching to `picocolors` (which babel etc. uses) or something else if there are better alternatives 👍