ant-design/components/button/__tests__/demo.test.ts
Eric Wang 7bc3d4f222
chore: Refactor the button test to use typescript (#22953)
* Refactor the button test to use typescript

* update tsconfig.json

* Change file name as a workaround

* update antd-tools
2020-04-13 13:36:23 +08:00

4 lines
76 B
TypeScript

import demoTest from '../../../tests/shared/demoTest';
demoTest('button');