Simen Bekkhus

Results 1232 comments of Simen Bekkhus

https://github.com/facebook/jest/issues/9430#issuecomment-915109139

@bcoe thoughts on fixing >WARN: App has not been granted permissions to update Workflows - aborting branch. ?

From what I can tell, this was merged less than a month ago, and not released yet. CSSLint/csslint#564 Or am I missing something?

Same here as others have said - only used for some alerting and saved searches in grafana, "production code" doesn't care

https://github.com/jestjs/jest/releases/tag/v30.0.0-alpha.3

Still happy to take a PR adding support for some sort of docblock to the config file if anyone's up for it in the new year 😀

Yeah, that sounds about right. 👍 We can probably remove built-in ts-node in next major and have that also be opt-in via a docblock.

Also, not sure if we should define som "config loader" interface (just `path-to-config.* -> Config.InitialOptions`) rather than us instantiating e.g. `tsx` and having to provide it options. Us just doing...