UNPKG

294 BPlain TextView Raw
1import {
2 CAComponentsModule, CAComponentAbstract, CAlertClass, CAlertComponent, CAStepAbstract, CAStepByStepComponent, ICAStep,
3 CAStepByStepAbstract
4} from '../ca-components';
5
6describe('XComponents', () => {
7
8 it('files were exported', () => {
9 expect(true).toBeTruthy();
10 });
11
12});