test(ivy): enable platform-server tests for ivy (#27102)

PR Close #27102
This commit is contained in:
Olivier Combe
2018-11-16 16:14:36 +01:00
committed by Miško Hevery
parent 893c1735dd
commit cf1ebdc079
2 changed files with 202 additions and 173 deletions

View File

@ -17,6 +17,7 @@ ts_library(
"//packages/http/testing",
"//packages/platform-browser",
"//packages/platform-server",
"//packages/private/testing",
"@rxjs",
"@rxjs//operators",
],
@ -26,7 +27,6 @@ jasmine_node_test(
name = "test",
bootstrap = ["angular/tools/testing/init_node_spec.js"],
tags = [
"fixme-ivy-aot",
],
deps = [
":test_lib",