mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
faa75d592c
* test: Back of test coverage * move rtl test out
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);
|
|
});
|