TeamMaestro / app-starter

Angular mono-repo (Ionic/Capacitor/StencilJS/Web Component) app starter for supporting cross platform apps.
76 stars 14 forks source link

libs/ui does not have specs #6

Closed DmitryEfimenko closed 4 years ago

DmitryEfimenko commented 4 years ago

While working on my project I tried include a spec.ts file for my stencil component. and run default stencil command for testing. That didn't work and I came here hoping to see an example how you guys are doing it: stencil test --spec. However, it seems that your stencil library does not have specs.

DmitryEfimenko commented 4 years ago

actually, it did work. Here's what seems to be happening:

I hope this helps someone. I still fill the whole setup is quite cumbersome. Hopefully nx team will come up with better integration for stencil.