File tree Expand file tree Collapse file tree 3 files changed +186
-208
lines changed
src/material/slide-toggle/testing Expand file tree Collapse file tree 3 files changed +186
-208
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ ts_library(
21
21
22
22
ng_test_library (
23
23
name = "unit_tests_lib" ,
24
- srcs = glob (
25
- ["**/*.spec.ts" ],
26
- exclude = ["shared.spec.ts" ],
27
- ),
24
+ srcs = glob (["**/*.spec.ts" ]),
28
25
deps = [
29
- ":harness_tests_lib" ,
30
26
":testing" ,
27
+ "//src/cdk/testing" ,
28
+ "//src/cdk/testing/testbed" ,
31
29
"//src/material/slide-toggle" ,
30
+ "@npm//@angular/forms" ,
31
+ "@npm//@angular/platform-browser" ,
32
32
],
33
33
)
34
34
@@ -38,16 +38,3 @@ ng_web_test_suite(
38
38
":unit_tests_lib" ,
39
39
],
40
40
)
41
-
42
- ng_test_library (
43
- name = "harness_tests_lib" ,
44
- srcs = ["shared.spec.ts" ],
45
- deps = [
46
- ":testing" ,
47
- "//src/cdk/testing" ,
48
- "//src/cdk/testing/testbed" ,
49
- "//src/material/slide-toggle" ,
50
- "@npm//@angular/forms" ,
51
- "@npm//@angular/platform-browser" ,
52
- ],
53
- )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments