fix(bazel): remove karma-jasmine from ts_web_test_suite (#29695)

It's not needed.

PR Close #29695
This commit is contained in:
Keen Yee Liau 2019-04-03 16:20:40 -07:00 committed by Igor Minar
parent 433b7b02a4
commit 2bd9214435
1 changed files with 0 additions and 1 deletions

View File

@ -155,6 +155,5 @@ ts_web_test_suite(
deps = [
":rxjs_umd_modules",
":test_lib",
"@npm//karma-jasmine",
],
)