mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-25 16:23:09 +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);
|
|
});
|