mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-10 14:10:15 +08:00
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
|
import Divider from '..';
|
||
|
import mountTest from '../../../tests/shared/mountTest';
|
||
|
|
||
|
describe('Divider', () => {
|
||
|
mountTest(Divider);
|
||
|
});
|