Skip to content

Commit e7c9fd0

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 69796c2 commit e7c9fd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

goldens/size-test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"material/list": 215881
3-
}
2+
"material/list/nav-list": 215881
3+
}
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)