mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 16:39:41 +08:00
7 lines
144 B
JavaScript
7 lines
144 B
JavaScript
import Comment from '../index';
|
|
import mountTest from '../../../tests/shared/mountTest';
|
|
|
|
describe('Comment', () => {
|
|
mountTest(Comment);
|
|
});
|