stryker-mutator / stryker-js

Mutation testing for JavaScript and friends
https://stryker-mutator.io
Apache License 2.0
2.58k stars 249 forks source link

docs(angular): document experimental jest support #4729

Closed nicojs closed 7 months ago

nicojs commented 7 months ago

Document experimental jest support for Angular. It uses ng test to run unit testing as a build command in order to compile the unit tests. Then it runs the jest-runner with some custom config.

See #4184