refactor(compiler-cli): expose loadTestDirectory()
test helper (#36843)
This helper can be useful in other packages to load files from the real disk into a mock file system. PR Close #36843
This commit is contained in:

committed by
Misko Hevery

parent
5d12c19ce9
commit
dbf1f6b233
@ -8,6 +8,7 @@ ts_library(
|
||||
srcs = glob([
|
||||
"**/*.ts",
|
||||
]),
|
||||
module_name = "@angular/compiler-cli/test/helpers",
|
||||
deps = [
|
||||
"//packages:types",
|
||||
"//packages/compiler-cli/src/ngtsc/file_system",
|
||||
|
Reference in New Issue
Block a user