Skip to content

Commit 3a6ea6e

Browse files
author
Andrew Seguin
committed
refactor: fix build
1 parent b387107 commit 3a6ea6e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/aria/private/behaviors/list-navigation/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ts_project(
99
exclude = ["**/*.spec.ts"],
1010
),
1111
deps = [
12-
"//:node_modules/@angular/core",
1312
"//src/aria/private/behaviors/list-focus",
1413
"//src/aria/private/behaviors/signal-like",
1514
],
@@ -21,8 +20,8 @@ ng_project(
2120
srcs = glob(["**/*.spec.ts"]),
2221
deps = [
2322
":list-navigation",
24-
"//:node_modules/@angular/core",
2523
"//src/aria/private/behaviors/list-focus:unit_test_sources",
24+
"//src/aria/private/behaviors/signal-like",
2625
],
2726
)
2827

0 commit comments

Comments
 (0)