All Questions
2 questions
1
vote
0
answers
363
views
Can the Angular CLI be configured to generate Unit tests with a different extension?
I am currently working on an Angular 9 project which uses Angular CLI v9.1.3. By default the Angular CLI v9 (including lower and higher versions - as far as I know) is configured to generate unit test ...
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 ...