Skip to content

Commit 621e0e7

Browse files
committed
build: move nav-list size-test into dedicated list folder
For consistency with other size-tests's we are going to add, we should move the nav-list one into a folder that is dedicated for list size tests.
1 parent 366852c commit 621e0e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

goldens/size-test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"material/list": 153231
2+
"material/list/nav-list": 153231
33
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("//integration/size-test:index.bzl", "size_test")
22

33
size_test(
4-
name = "list",
5-
file = "list.ts",
4+
name = "nav-list",
5+
file = "nav-list.ts",
66
deps = ["//src/material/list"],
77
)

0 commit comments

Comments
 (0)