Hello!
Is it possible in Nest Monorepo to track changes in code to, for example: run tests only in library which I have changed and in modules which import that library?
I implement a multi-tenant project in Vertical Slice Architecture style so such feature would be a blessing.
If not natively in Nest Monorepo, then maybe it's possible to implement it aside NestJS Monorepo with a custom package of some sort?
Regards, Radek 🙂