All Questions
1 question
3
votes
1
answer
3k
views
Can I run Jest through the Angular CLI?
I have configured my Angular 6 application to run tests with Jest when I run "npm run test". This works fine.
I'd like to be able to run those same tests when I execute "ng test". Is it possible to ...