Skip to content

Commit 0bf2efc

Browse files
committed
rm
1 parent 1a6f835 commit 0bf2efc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Select.test.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,15 +2469,11 @@ describe('Select.Basic', () => {
24692469
const customClassNames = {
24702470
prefix: 'cutsom-prefix',
24712471
suffix: 'custom-suffix',
2472-
list: 'custom-list',
2473-
listItem: 'custom-item',
24742472
input: 'custom-input',
24752473
};
24762474
const customStyle = {
24772475
prefix: { color: 'red' },
24782476
suffix: { color: 'green' },
2479-
list: { color: 'yellow' },
2480-
listItem: { color: 'blue' },
24812477
input: { color: 'black' },
24822478
};
24832479
const OptionList = React.forwardRef<RefOptionListProps, any>((props, ref) => {

0 commit comments

Comments
 (0)