Skip to content

Commit 1df790f

Browse files
committed
test(datepicker): add unit tests for the date range input
Sets up unit tests for the `mat-date-range-input` component.
1 parent e185665 commit 1df790f

File tree

2 files changed

+460
-0
lines changed

2 files changed

+460
-0
lines changed

src/material/datepicker/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ ng_test_library(
8686
),
8787
deps = [
8888
":datepicker",
89+
"//src/cdk/a11y",
8990
"//src/cdk/bidi",
9091
"//src/cdk/keycodes",
9192
"//src/cdk/overlay",

0 commit comments

Comments
 (0)