mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +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 { mount } from 'enzyme';
|
||||||
import Form from '..';
|
import Form from '..';
|
||||||
|
|
||||||
describe('Checkbox', () => {
|
describe('Form', () => {
|
||||||
it('should remove duplicated user input colon', () => {
|
it('should remove duplicated user input colon', () => {
|
||||||
const wrapper = mount(
|
const wrapper = mount(
|
||||||
<Form>
|
<Form>
|
||||||
|
Loading…
Reference in New Issue
Block a user