test(core): properly stringify HTML elements in render3 tests (#21279)

PR Close #21279
This commit is contained in:
Marc Laval
2018-01-03 11:42:48 +01:00
committed by Kara Erickson
parent d2cfc6a719
commit a2f3f4550d
8 changed files with 29 additions and 18 deletions

View File

@ -23,6 +23,7 @@ ts_library(
"//packages/core",
"//packages/platform-browser",
"//packages/platform-browser/animations",
"//packages/platform-browser/testing",
],
)
@ -36,6 +37,8 @@ ts_library(
tsconfig = "//packages:tsconfig",
deps = [
":render3_lib",
"//packages/platform-browser",
"//packages/platform-server",
],
)