Closed phortonssf closed 1 year ago
What problems did you encounter? I use it with TS.
Hi @phortonssf ,
What's the difference in combination with TypeScript? Any special handling needed?
I think the problem is monorepos. My jest config lives in
Would be cool if there was a way to pass the path to jest config file.
Hi @nabn,
I think you can do that already today by adjusting the jest path (and include the config via -c <config>
), would that work?
@David-Kunz thanks for the tip. I was able to make it work by setting path_to_jest_run
to yarn workspace ui jest
and that correctly picked up the config.
Bit odd that it's a command rather than a path, but I'm glad it works 🎉
Trying to get this to work with typescript. Is it asking too much to post a sample typescript config? Thank you.