This reverts commit 9bb349e1c8
.
PR Close #34730
This commit is contained in:
@ -18,6 +18,7 @@ ts_library(
|
||||
|
||||
jasmine_node_test(
|
||||
name = "compliance",
|
||||
bootstrap = ["angular/tools/testing/init_node_no_angular_spec.js"],
|
||||
data = [
|
||||
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
|
||||
],
|
||||
@ -25,9 +26,8 @@ jasmine_node_test(
|
||||
tags = [
|
||||
"ivy-only",
|
||||
],
|
||||
templated_args = ["--node_options=--require=$(rlocation $(location //tools/testing:node_no_angular_es5))"],
|
||||
deps = [
|
||||
":test_lib",
|
||||
"//tools/testing:node_no_angular_es5",
|
||||
"//tools/testing:node_no_angular",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user