I'm running the following command: nx test --project=<my_lib_name>
and gets the following error:
"NX Can't find a root directory while resolving a config file path"
I'm running the following command: nx test --project=<my_lib_name>
and gets the following error:
"NX Can't find a root directory while resolving a config file path"
Copyright © 2021 Jogjafile Inc.
SOLVED:
my problem was that i've changed the library directory after i've created the library
OLD:
// project.json
// jest.config.ts
NEW:
// project.json
// jest.config.ts