Eric Helier

Results 1 comments of Eric Helier

We have been able to workaround this issue also with some jest configuration using the resolver option. See https://jestjs.io/docs/configuration#resolver-string ```js return options.defaultResolver(path, { ...options, // Use packageFilter to process parsed...