You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/build): disable glob directory expansion when finding tests
When migrating the glob package to `tinyglobby` the `expandDirectories`
option was left at its default value of `true`. This differs from the
previous behavior and can inadvertently cause files that are not expected
to be included to show up as tests.
0 commit comments