Ng new doesnt have Karma

1.7k views Asked by At

Whenever I try to create a new project the karma.conf.js is always missing. Is there a reason why

I expected to have karma.conf.js and all the other stuff but I cant seem to find any of it

Project Files Missing

1

1

There are 1 answers

0
Namhcab On

I ran into the same issue. But you can create the file in the directory yourself, see here. You just type in the terminal at your project folder:

ng generate config karma

This worked for me.