Hi can anyone help …

less than 1 minute read

Hi - can anyone help ?

I recently updated tot the latest nx 9 and now my unit tests are not running in the lib directory

before i just used to do

npm run test but that only runs the test in the apps directory

To run specific tests i need to do

npm run test api-feature-user which runs those specific tests.

Has something changed with regards for npm run test to run “all” tests in the angular.json

Very confused :disappointed:

Updated: