mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
test(ivy): i18n - re-enable skipped tests (#32594)
The `packages/localize/test/utils` folder was not being included in the unit tests because the glob for the spec files was only looking in the top level folder. PR Close #32594
This commit is contained in:
parent
e5a3de575f
commit
fd62ed66e3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ts_library(
|
|||
name = "test_lib",
|
||||
testonly = True,
|
||||
srcs = glob(
|
||||
["*_spec.ts"],
|
||||
["**/*_spec.ts"],
|
||||
),
|
||||
deps = [
|
||||
"//packages:types",
|
||||
|
|
|
|||
Loading…
Reference in a new issue