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
@ -11,6 +11,7 @@ ts_library(
|
||||
),
|
||||
deps = [
|
||||
"//packages/compiler-cli/ngcc",
|
||||
"//packages/compiler-cli/ngcc/test/helpers",
|
||||
"//packages/compiler-cli/src/ngtsc/imports",
|
||||
"//packages/compiler-cli/src/ngtsc/partial_evaluator",
|
||||
"//packages/compiler-cli/src/ngtsc/path",
|
||||
@ -46,6 +47,7 @@ ts_library(
|
||||
),
|
||||
deps = [
|
||||
"//packages/compiler-cli/ngcc",
|
||||
"//packages/compiler-cli/ngcc/test/helpers",
|
||||
"//packages/compiler-cli/src/ngtsc/path",
|
||||
"//packages/compiler-cli/test:test_utils",
|
||||
"@npm//@types/mock-fs",
|
||||
|
Reference in New Issue
Block a user