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
|
@ -4,7 +4,7 @@ ts_library(
|
||||||
name = "test_lib",
|
name = "test_lib",
|
||||||
testonly = True,
|
testonly = True,
|
||||||
srcs = glob(
|
srcs = glob(
|
||||||
["*_spec.ts"],
|
["**/*_spec.ts"],
|
||||||
),
|
),
|
||||||
deps = [
|
deps = [
|
||||||
"//packages:types",
|
"//packages:types",
|
||||||
|
|
Loading…
Reference in New Issue