test(bazel): Add router to bazel integration test (#29459)

PR Close #29459
This commit is contained in:
Keen Yee Liau
2019-03-21 20:59:44 -07:00
committed by Miško Hevery
parent 769d960db1
commit b5295ad277
9 changed files with 168 additions and 116 deletions

View File

@ -45,5 +45,8 @@ protractor_web_test_suite(
],
on_prepare = ":ts_on_prepare",
server = "//src:prodserver",
# TODO(kyliau): Re-enable once we figure out why rollup complains about
# "Dynamic requires are not currently supported by rollup-plugin-commonjs"
tags = ["manual"],
deps = [":e2e"],
)