angular / universal-starter

Angular Universal starter kit by @AngularClass
2.02k stars 688 forks source link

Fix tests #549

Open Phoscur opened 6 years ago

Phoscur commented 6 years ago

The Angular CLI config contains configuration for karma and protractor, but they actually do not exist. It would be nice to see the SSR build tested e2e!

$ ng test
10 03 2018 00:57:44.964:ERROR [config]: File C:\Projects\universal-starter\karma.conf.js does not exist!
Phoscur commented 6 years ago

Possible duplicate of #435