I\'m developing a github repository (with angular 7 and angular-cli), and I have some tests with Karma and Jasmine working in the master branch.
Now I\'m trying to add l
You're missing the declarations, you need to add the class being tested into the declarations.
declarations: [component]