Open
Description
Command
config
Description
Expose the jest config used by angular so third party apps can use it. For example: StrykerJS needs this config to run mutation testing on angular project.
Describe the solution you'd like
It would be nice to have something simular as npx ng generate config karma
but than for jest.
Describe alternatives you've considered
I tried reverse engineer the config but it was quite complex and may be prone to change in the future which increases the potential of errors with new releases.