Skip to content

Commit e12bcea

Browse files
author
刘欢
committed
test: test showSearch
1 parent 0e96c1e commit e12bcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Select.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ describe('TreeSelect.basic', () => {
835835

836836
expect(options).toHaveLength(4);
837837
});
838-
it.only.each([
838+
it.each([
839839
// [description, props, shouldExist]
840840
['showSearch=false ', { showSearch: false }, false],
841841
['showSearch=undefined ', {}, false],

0 commit comments

Comments
 (0)