mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
fix test case name
This commit is contained in:
parent
784915e55b
commit
abd264ebf0
@ -2,7 +2,7 @@ import React from 'react';
|
||||
import { mount } from 'enzyme';
|
||||
import Form from '..';
|
||||
|
||||
describe('Checkbox', () => {
|
||||
describe('Form', () => {
|
||||
it('should remove duplicated user input colon', () => {
|
||||
const wrapper = mount(
|
||||
<Form>
|
||||
|
Loading…
Reference in New Issue
Block a user