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:
Pete Bacon Darwin 2019-09-13 12:46:05 +01:00 committed by Andrew Kushnir
parent e5a3de575f
commit fd62ed66e3
1 changed files with 1 additions and 1 deletions

View File

@ -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",