Skip to content

Commit ff6357b

Browse files
committed
fixup! fix(mdc-chips-benchmark): add tests for grid and listbox
1 parent fd0cb24 commit ff6357b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks/mdc/chips/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ component_benchmark(
1111
"@npm//protractor",
1212
"@npm//@types/jasmine",
1313
],
14+
ng_assets = [":chips.html"],
1415
ng_deps = [
1516
"@npm//@angular/core",
1617
"@npm//@angular/platform-browser",
1718
"//src/material-experimental/mdc-chips",
1819
],
19-
ng_assets = [":chips.html"],
2020
ng_srcs = [":app.module.ts"],
2121
prefix = "",
2222
styles = ["//src/material-experimental/mdc-theming:indigo_pink_prebuilt"],

0 commit comments

Comments
 (0)