mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +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);
|
||
|
});
|