Did anyone have all of t…

less than 1 minute read

Did anyone have all of their tests in their repo “pass with 0 tests” after upgrading to nx 9 and angular 9? If I run tests on our entire repo no tests are run and every project just passes with 0 tests. Same thing if i run one project individually.

Responses:

fixed it! Just a word of warning to people, do not upgrade to jest 25 quite yet.

Is you’re project an Angular project? I’m curious because we have an nx workspace that is only node applications and we’re on jest 25 with no problems

at least none that I’m aware of

Ya we are an angular workspace. For some reason Jest (the most recent version that ng update installed) didn’t find any tests. Reverted to jest 24 and all is well.

Updated: