Commit 50e330d
committed
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.1 parent 1c2d49e commit 50e330d
File tree
1 file changed
+1
-0
lines changed- packages/angular/build/src/builders/unit-test
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments