Skip to content

Commit 74ef04b

Browse files
committed
test(material/stepper): combine shared tests
Since we only have one module, we don't need separate shared tests anymore.
1 parent c1b6e3f commit 74ef04b

File tree

3 files changed

+311
-343
lines changed

3 files changed

+311
-343
lines changed

src/material/stepper/testing/BUILD.bazel

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ filegroup(
1919
)
2020

2121
ng_test_library(
22-
name = "harness_tests_lib",
23-
srcs = ["shared.spec.ts"],
22+
name = "unit_tests_lib",
23+
srcs = glob(["**/*.spec.ts"]),
2424
deps = [
2525
":testing",
2626
"//src/cdk/stepper",
@@ -33,19 +33,6 @@ ng_test_library(
3333
],
3434
)
3535

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-
4936
ng_web_test_suite(
5037
name = "unit_tests",
5138
deps = [":unit_tests_lib"],

src/material/stepper/testing/shared.spec.ts

Lines changed: 0 additions & 320 deletions
This file was deleted.

0 commit comments

Comments
 (0)