We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5560bde commit c747cebCopy full SHA for c747ceb
src/cdk/tree/BUILD.bazel
@@ -2,6 +2,7 @@ load(
2
"//tools:defaults.bzl",
3
"markdown_to_html",
4
"ng_module",
5
+ "ng_test_library",
6
"ng_web_test_suite",
7
)
8
@@ -25,9 +26,8 @@ ng_module(
25
26
],
27
28
-ng_module(
29
+ng_test_library(
30
name = "unit_test_sources",
- testonly = True,
31
srcs = glob(
32
["**/*.spec.ts"],
33
exclude = ["**/*.e2e.spec.ts"],
@@ -39,8 +39,7 @@ ng_module(
39
"//src/cdk/collections",
40
"//src/cdk/keycodes",
41
"//src/cdk/testing/testbed",
42
- "@npm//@angular/core",
43
- "@npm//@types/jasmine",
+ "@npm//@angular/common",
44
"@npm//rxjs",
45
46
0 commit comments