test(ivy): run router/upgrade tests with ivy on CI (#27410)

PR Close #27410
This commit is contained in:
Marc Laval
2018-12-03 12:14:54 +01:00
committed by Alex Rickabaugh
parent 6552471c49
commit 0cf49c8de3
2 changed files with 47 additions and 44 deletions

View File

@ -7,6 +7,7 @@ ts_library(
deps = [
"//packages/common",
"//packages/core/testing",
"//packages/private/testing",
"//packages/router",
"//packages/router/upgrade",
"//packages/upgrade/static",
@ -15,9 +16,6 @@ ts_library(
ts_web_test_suite(
name = "test_web",
tags = [
"fixme-ivy-aot",
],
deps = [
":test_lib",
],