Skip to content

Commit 982213f

Browse files
committed
Add test
1 parent 952e336 commit 982213f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages-internal/test-utils/src/describeConformance.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,13 @@ function testThemeCustomPalette(
986986
main: '#ff5252',
987987
},
988988
unknown: null,
989+
custom2: {
990+
main: {
991+
blue: {
992+
dark: '#FFCC00',
993+
},
994+
},
995+
},
989996
},
990997
});
991998

0 commit comments

Comments
 (0)