I have an integrated nx monorepo with a directory structure as follows.
apps/nativescript-saas which has my nativescript app written with angular
libs/nativescript contains some base components for which are extended by nativescript app.
libs/shared contains some shared components which I also use for my web-app
I have all the configs in place and my libs are referenced in ts.config both spec and app.
The issue is that my tests files do not recognise the code libs in libs directory although when I run it normally everything works fine. I have looked at the the unit test v3 runner here Link but it doesn't also work as expected.
My question is of there is any reference repo where this was setup and tested? Or it could potentially be an issue.
I have an integrated nx monorepo with a directory structure as follows.
apps/nativescript-saaswhich has my nativescript app written with angularlibs/nativescriptcontains some base components for which are extended by nativescript app.libs/sharedcontains some shared components which I also use for my web-appI have all the configs in place and my libs are referenced in ts.config both spec and app.
The issue is that my tests files do not recognise the code libs in libs directory although when I run it normally everything works fine. I have looked at the the unit test v3 runner here Link but it doesn't also work as expected.
My question is of there is any reference repo where this was setup and tested? Or it could potentially be an issue.