chore: format test cases

This commit is contained in:
chenjiahan
2020-03-15 11:04:29 +08:00
parent 66c0b3c1b7
commit c7e51158aa
6 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ describe('ContactEdit', () => {
expect(errorInfo.name).toBeFalsy();
});
it('valid tel', () => {
test('valid tel', () => {
const { data, field, button, errorInfo, wrapper } = createComponent();
data.tel = '';
button.trigger('click');