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