mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
54a2df3f53
* fix: input should have correct padding with controlHeight * chore: update snapshot * chore: update snapshot
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import { extendTest } from '../../../tests/shared/demoTest';
|
|
|
|
extendTest('input', {
|
|
skip: ['component-token.tsx'],
|
|
});
|