Angular 20 Workspaces
In Angular workspaces, each project’s tests now run in their own dedicated browser instance, providing improved
isolation between test environments. This change eliminates shared state and unintended side effects across projects,
resulting in more reliable and consistent test results. It also ensures that project-specific configurations and
dependencies are evaluated independently, making the test behavior more closely aligned with ng test.