import { MyComponentHelper } from '../helpers';

describe('MyComponentHelper', () => {
    it('should work correctly', () => {
        expect(MyComponentHelper()).toBe(true);
    });
});
