diff --git a/components/form/__tests__/index.test.tsx b/components/form/__tests__/index.test.tsx index 13a7232c8d..6dafb1be3e 100644 --- a/components/form/__tests__/index.test.tsx +++ b/components/form/__tests__/index.test.tsx @@ -818,13 +818,11 @@ describe('Form', () => { jest.advanceTimersByTime(1000); }); } - console.log(container.innerHTML); expect(container.querySelector('.ant-form-item-explain')?.textContent).toEqual('请输入Bamboo'); jest.clearAllTimers(); jest.useRealTimers(); - console.log('end!!!!!!!~~~~'); }); it('`name` support template when label is not provided', async () => {