Skip to content

Commit 184ee37

Browse files
committed
fix some targets I missed when renaming
1 parent 792f0d5 commit 184ee37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/cdk/drag-drop/BUILD.bazel

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

2121
ng_test_library(
22-
name = "drag-unit_test_sources",
22+
name = "unit_test_sources",
2323
srcs = glob(["**/*.spec.ts"], exclude = ["**/*.e2e.spec.ts"]),
2424
deps = [
2525
"@npm//rxjs",
@@ -32,7 +32,7 @@ ng_test_library(
3232

3333
ng_web_test_suite(
3434
name = "unit_tests",
35-
deps = [":drag-unit_test_sources"],
35+
deps = [":unit_test_sources"],
3636
)
3737

3838
markdown_to_html(

src/cdk/text-field/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sass_binary(
2828
)
2929

3030
ng_test_library(
31-
name = "text-unit_test_sources",
31+
name = "unit_test_sources",
3232
srcs = glob(["**/*.spec.ts"], exclude = ["**/*.e2e.spec.ts"]),
3333
deps = [
3434
"@npm//@angular/forms",
@@ -42,7 +42,7 @@ ng_test_library(
4242

4343
ng_web_test_suite(
4444
name = "unit_tests",
45-
deps = [":text-unit_test_sources"],
45+
deps = [":unit_test_sources"],
4646
static_css = [":text_field_prebuilt_scss"]
4747
)
4848

0 commit comments

Comments
 (0)