import { UIModule } from './ui.module';

describe('UIModule', () => {
  it('should work', () => {
    expect(new UIModule()).toBeDefined();
  });
});
