Jim Cresswell
Jim Cresswell
@nicojs I can have a go at a PR next week, or I'm happy to leave it with you?
No problem, I will do my best! I am travelling next week so I will either have some spare time or no internet, we'll see.
I had a quick go at this, changing the config loader seems fairly straightforward (needed a new interface) ```javascript export class CustomJestConfigLoader implements JestConfigLoaderAsync { public static inject = tokens(commonTokens.logger,...
@juliusmarminge no, if you are using the Next Jest set up then you will need to wait for the above fix or something like it to go in. You could...
Yes, that would work, but as you say it's a bit involved 😃
Hi @nicojs, sorry for the delay. Sure I can raise a PR, but I might need some help sorting out the unit tests to cover the async change. Also probably...
I won't have time to work on this for a while. If it's still an issue when I'm available I'll pick it up again.
That's fantastic, and greatly appreciated.

I've opened #819 to remove lodash.trimstart, happy to make changes if that approach doesn't suit you or you find issues