test(ivy): ngcc - improve and use the MockLogger
(#29740)
Previously the console logger was being used in integration tests leading to lots of output during test runs. PR Close #29740
This commit is contained in:

committed by
Igor Minar

parent
cf40105fc0
commit
ed12d7e949
16
packages/compiler-cli/ngcc/test/helpers/BUILD.bazel
Normal file
16
packages/compiler-cli/ngcc/test/helpers/BUILD.bazel
Normal file
@ -0,0 +1,16 @@
|
||||
load("//tools:defaults.bzl", "ts_library")
|
||||
|
||||
package(default_visibility = ["//packages/compiler-cli/ngcc:__subpackages__"])
|
||||
|
||||
ts_library(
|
||||
name = "helpers",
|
||||
testonly = True,
|
||||
srcs = glob([
|
||||
"*.ts",
|
||||
]),
|
||||
deps = [
|
||||
"//packages/compiler-cli/ngcc",
|
||||
"//packages/compiler-cli/src/ngtsc/path",
|
||||
"//packages/compiler-cli/src/ngtsc/testing",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user