fix test case name

This commit is contained in:
afc163 2017-01-15 14:37:22 +08:00
parent 784915e55b
commit abd264ebf0

View File

@ -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>