mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 15:19:58 +08:00
9490179108
* ci: enable splitTheme * chore: remove blue border
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('float-button image', () => {
|
|
imageDemoTest('float-button', { onlyViewport: ['back-top.tsx'] });
|
|
});
|