test(ivy): add html to ivy ast transformer tests (#23546)

PR Close #23546
This commit is contained in:
Victor Berchet
2018-04-24 14:22:55 -07:00
committed by Igor Minar
parent c5ca5c0d9f
commit 46674d5fac
15 changed files with 567 additions and 67 deletions

View File

@ -11,6 +11,8 @@ ts_library(
"//packages:types",
"//packages/compiler",
"//packages/compiler/test:test_utils",
"//packages/compiler/test/expression_parser/utils",
"//packages/compiler/testing",
"//packages/core",
],
)