build(language-service): no need to bootstrap init_node_spec.js (#29937)

PR Close #29937
This commit is contained in:
Keen Yee Liau 2019-04-16 13:16:46 -07:00 committed by Ben Lesh
parent d9c39dcab0
commit a48d288ff8
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ ts_library(
jasmine_node_test(
name = "test",
bootstrap = ["angular/tools/testing/init_node_spec.js"],
data = [
"//packages/common:npm_package",
"//packages/compiler:npm_package",
@ -27,6 +26,5 @@ jasmine_node_test(
],
deps = [
":test_lib",
"//tools/testing:node",
],
)