Skip to content

Commit e3b3757

Browse files
committed
fix: remove only
1 parent 1c8d7cb commit e3b3757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Select.checkable.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('TreeSelect.checkable', () => {
5555
});
5656

5757
// https://github.com/ant-design/ant-design/issues/6731
58-
it.only('clear all should clear cache at the same time', () => {
58+
it('clear all should clear cache at the same time', () => {
5959
const treeData = [{
6060
label: 'Node1',
6161
value: '0-0',

0 commit comments

Comments
 (0)