vendredi 5 octobre 2018

Angular-cli: testing an angular package

I've created a new angular project like this: ng new newApp cd newApp ng g library newLibrary I've started up ng test and started writing tests inside the new library. The tests in the library are not being run by karma. What is the right way to run angular packages tests inside an angular-cli project?

Aucun commentaire:

Enregistrer un commentaire