mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-29 08:01:26 +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);
|
|
});
|