Closed
Description
This is a proposal/future request
Current Angular CLI testing tools based on karma and jasmine that we all get use to it. But would you consider to support Jest as well https://github.com/facebook/jest ?
Jest testing framework commonly used across React and Nodejs projects. It is supports unit tests, assertions, mocks, coverage, live test reload, JS File mocks and has a lots of features build in to it like 'Snapshot Testing' also is provided zero configuration experience and fully compatible with webpack.
Goal
Just thinking if it might help the Angular community to improve out testing story using Jest and it would of be great it it can be available with Angular CLI.
Any thoughts?