You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have an integrated nx monorepo with a directory structure as follows.
apps/nativescript-saas
which has my nativescript app written with angularlibs/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-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.
The text was updated successfully, but these errors were encountered: