fix(ivy): restore fixmeIvy imports for Router-related tests (#27720)

It looks like `fixmeIvy` imports were accidentally removed from Router integration tests, thus causing build errors. The necessary imports are now restored and the project should build normally.

PR Close #27720
This commit is contained in:
Andrew Kushnir
2018-12-17 18:27:30 -08:00
committed by Miško Hevery
parent 9bfe42840b
commit 4bf8d64c56
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ts_library(
"//packages/platform-browser",
"//packages/platform-browser-dynamic",
"//packages/platform-browser/testing",
"//packages/private/testing",
"//packages/router",
"//packages/router/testing",
"@rxjs",