7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
|
import Steps from '..';
|
||
|
import mountTest from '../../../tests/shared/mountTest';
|
||
|
|
||
|
describe('Steps', () => {
|
||
|
mountTest(Steps);
|
||
|
});
|