build: move _testing_init into tools; limit web_test concurrency (#21053)
PR Close #21053
This commit is contained in:
@ -25,9 +25,9 @@ ts_library(
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test",
|
||||
bootstrap = ["angular_src/packages/_testing_init/init_node_spec.js"],
|
||||
bootstrap = ["angular_src/tools/testing/init_node_spec.js"],
|
||||
deps = [
|
||||
":test_lib",
|
||||
"//packages/_testing_init:node",
|
||||
"//tools/testing:node",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user