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 c1b6e3f commit 74ef04bCopy full SHA for 74ef04b
src/material/stepper/testing/BUILD.bazel
@@ -19,8 +19,8 @@ filegroup(
19
)
20
21
ng_test_library(
22
- name = "harness_tests_lib",
23
- srcs = ["shared.spec.ts"],
+ name = "unit_tests_lib",
+ srcs = glob(["**/*.spec.ts"]),
24
deps = [
25
":testing",
26
"//src/cdk/stepper",
@@ -33,19 +33,6 @@ ng_test_library(
33
],
34
35
36
-ng_test_library(
37
- name = "unit_tests_lib",
38
- srcs = glob(
39
- ["**/*.spec.ts"],
40
- exclude = ["shared.spec.ts"],
41
- ),
42
- deps = [
43
- ":harness_tests_lib",
44
- ":testing",
45
- "//src/material/stepper",
46
- ],
47
-)
48
-
49
ng_web_test_suite(
50
name = "unit_tests",
51
deps = [":unit_tests_lib"],
src/material/stepper/testing/shared.spec.ts
0 commit comments