mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-28 07:23:46 +08:00

* feat: The clearIcon of the Select component remain displayed when hover=none device * chore: tmp of mobile test * test: support mobile snapshot * test: adjust logic * chore: force trigger * chore: rm is mobile config * chore: update enable check * chore: clean up * chore: force trigger * chore: debug for query * chore: trigger info * test: force disable mobile style --------- Co-authored-by: 刘欢 <lh01217311@antgroup.com> Co-authored-by: 二货机器人 <smith3816@gmail.com>
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Select image', () => {
|
|
imageDemoTest('select', {
|
|
mobile: ['basic.tsx'],
|
|
});
|
|
});
|