import { UiModule } from './ui.module' describe('UiModule', () => { it('should work', () => { expect(new UiModule()).toBeDefined() }) })