@angular-builders/jest

Run Angular tests with Jest instead of Karma

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Jest runner for Angular build facade. Allows ng test run with Jest instead of Karma

Examples

run all tests in angular project$ ng test
run tests for specific component$ ng test --include='**/my-component.spec.ts'
run tests with code coverage report$ ng test --code-coverage
run tests in watch mode for development$ ng test --watch
run tests once without watching files$ ng test --watch=false