allenhwkim / ngentest

Angular6+ Unit Test Generator For Components, Directive, Services, and Pipes
https://ngentest.github.io
MIT License
144 stars 60 forks source link

Incomplete guide for config file #24

Closed Narshe1412 closed 4 years ago

Narshe1412 commented 4 years ago

Greetings

The readme could have a nicer explanation on how to create the ngentest.config.js. I believe just providing a snippet as example would suffice.

In my case I just want to configure the testing framework to use Karma (Angular CLI default)

Thanks

allenhwkim commented 4 years ago

README.md has been updated. Thanks for your feedback.