ant-design/components/input/__tests__/demo-extend.test.ts
MadCcc 54a2df3f53
fix: input should have correct padding with controlHeight (#45048)
* fix: input should have correct padding with controlHeight

* chore: update snapshot

* chore: update snapshot
2023-09-25 11:44:17 +08:00

6 lines
121 B
TypeScript

import { extendTest } from '../../../tests/shared/demoTest';
extendTest('input', {
skip: ['component-token.tsx'],
});