Run Angular tests with Jest instead of Karma
Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma
$ ng test$ ng test --include='**/my-component.spec.ts'$ ng test --code-coverage$ ng test --watch$ ng test --watch=false