mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
9 lines
215 B
JavaScript
9 lines
215 B
JavaScript
|
import mountTest from '../../../tests/shared/mountTest';
|
||
|
import rtlTest from '../../../tests/shared/rtlTest';
|
||
|
import Collapse from '..';
|
||
|
|
||
|
describe('Collapse', () => {
|
||
|
mountTest(Collapse);
|
||
|
rtlTest(Collapse);
|
||
|
});
|