Skip to content

Commit

Permalink
feat(material-experimental/mdc-table): add tests (#18003)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored Dec 18, 2019
1 parent bb68c7b commit 8796d7c
Show file tree
Hide file tree
Showing 2 changed files with 830 additions and 28 deletions.
9 changes: 4 additions & 5 deletions src/material-experimental/mdc-table/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ ng_test_library(
),
deps = [
":mdc-table",
"//src/cdk/bidi",
"//src/cdk/keycodes",
"//src/cdk/platform",
"//src/cdk/table",
"//src/cdk/testing/private",
"@npm//@angular/forms",
"//src/material/paginator",
"//src/material/sort",
"//src/material/table",
"@npm//@angular/platform-browser",
"@npm//rxjs",
],
)

Expand Down
Loading

0 comments on commit 8796d7c

Please sign in to comment.