Skip to content

Commit

Permalink
🔧 remove antd/es/form/__tests__ from npm package (#20069)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored and zombieJ committed Dec 4, 2019
1 parent fac56ee commit bca69b6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/* tslint:disable */
/* eslint-disable */
import * as React from 'react';
import Form, { FormComponentProps, FormCreateOption } from '../Form';

describe('Form TypeScript test', async () => {
it('empty test case placeholder to avoid jest error', () => {
// empty
});
});

// test Form.create on component without own props
class WithoutOwnProps extends React.Component<any, any> {
state = {
Expand Down

0 comments on commit bca69b6

Please sign in to comment.