@angular-builders/jest

Jest runner for Angular build facade; run ng test with Jest

npmmacoslinuxwindows
Try with needOr install directly
Source

About

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

Commands

ng

Examples

Run all tests with Jest instead of Karma$ ng test
Run tests in watch mode$ ng test --watch
Run tests with code coverage$ ng test --code-coverage